Merge branch 'beta' into catch-eternatus
@ -156,7 +156,7 @@ module.exports = {
|
||||
path: '^(src)',
|
||||
pathNot: [
|
||||
'[.](?:spec|test|setup|script)[.](?:js|mjs|cjs|jsx|ts|mts|cts|tsx)$',
|
||||
'src/test'
|
||||
'./test'
|
||||
]
|
||||
},
|
||||
to: {
|
||||
|
@ -84,19 +84,19 @@ async function runInteractive() {
|
||||
let description;
|
||||
switch (type) {
|
||||
case "move":
|
||||
dir = path.join(__dirname, "src", "test", "moves");
|
||||
dir = path.join(__dirname, "test", "moves");
|
||||
description = `Moves - ${formattedName}`;
|
||||
break;
|
||||
case "ability":
|
||||
dir = path.join(__dirname, "src", "test", "abilities");
|
||||
dir = path.join(__dirname, "test", "abilities");
|
||||
description = `Abilities - ${formattedName}`;
|
||||
break;
|
||||
case "item":
|
||||
dir = path.join(__dirname, "src", "test", "items");
|
||||
dir = path.join(__dirname, "test", "items");
|
||||
description = `Items - ${formattedName}`;
|
||||
break;
|
||||
case "mystery encounter":
|
||||
dir = path.join(__dirname, "src", "test", "mystery-encounter", "encounters");
|
||||
dir = path.join(__dirname, "test", "mystery-encounter", "encounters");
|
||||
description = `Mystery Encounter - ${formattedName}`;
|
||||
break;
|
||||
default:
|
||||
@ -108,7 +108,7 @@ async function runInteractive() {
|
||||
const content = `import { Abilities } from "#enums/abilities";
|
||||
import { Moves } from "#enums/moves";
|
||||
import { Species } from "#enums/species";
|
||||
import GameManager from "#test/utils/gameManager";
|
||||
import GameManager from "#test/testUtils/gameManager";
|
||||
import Phaser from "phaser";
|
||||
import { afterEach, beforeAll, beforeEach, describe, expect, it } from "vitest";
|
||||
|
||||
|
@ -6,7 +6,7 @@ import importX from 'eslint-plugin-import-x';
|
||||
export default [
|
||||
{
|
||||
name: "eslint-config",
|
||||
files: ["src/**/*.{ts,tsx,js,jsx}"],
|
||||
files: ["src/**/*.{ts,tsx,js,jsx}", "test/**/*.{ts,tsx,js,jsx}"],
|
||||
ignores: ["dist/*", "build/*", "coverage/*", "public/*", ".github/*", "node_modules/*", ".vscode/*"],
|
||||
languageOptions: {
|
||||
parser: parser
|
||||
@ -52,7 +52,7 @@ export default [
|
||||
},
|
||||
{
|
||||
name: "eslint-tests",
|
||||
files: ["src/test/**/**.test.ts"],
|
||||
files: ["test/**/**.test.ts"],
|
||||
languageOptions: {
|
||||
parser: parser,
|
||||
parserOptions: {
|
||||
|
@ -261,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",
|
||||
@ -277,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",
|
||||
@ -1379,10 +1379,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",
|
||||
@ -1395,8 +1395,8 @@
|
||||
"666b-monsoon",
|
||||
"666b-ocean",
|
||||
"666b-ocean",
|
||||
"666b-poke",
|
||||
"666b-poke",
|
||||
"666b-poke-ball",
|
||||
"666b-poke-ball",
|
||||
"666b-polar",
|
||||
"666b-polar",
|
||||
"666b-river",
|
||||
@ -2499,10 +2499,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",
|
||||
@ -2515,8 +2515,8 @@
|
||||
"666sb-monsoon",
|
||||
"666sb-ocean",
|
||||
"666sb-ocean",
|
||||
"666sb-poke",
|
||||
"666sb-poke",
|
||||
"666sb-poke-ball",
|
||||
"666sb-poke-ball",
|
||||
"666sb-polar",
|
||||
"666sb-polar",
|
||||
"666sb-river",
|
||||
@ -3624,10 +3624,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",
|
||||
@ -3640,8 +3640,8 @@
|
||||
"666s-monsoon",
|
||||
"666s-ocean",
|
||||
"666s-ocean",
|
||||
"666s-poke",
|
||||
"666s-poke",
|
||||
"666s-poke-ball",
|
||||
"666s-poke-ball",
|
||||
"666s-polar",
|
||||
"666s-polar",
|
||||
"666s-river",
|
||||
@ -4551,7 +4551,7 @@
|
||||
"666-fancy_3",
|
||||
"666-garden",
|
||||
"666-high",
|
||||
"666-icy",
|
||||
"666-icy-snow",
|
||||
"666-jungle",
|
||||
"666-marine",
|
||||
"666-meadow_2",
|
||||
@ -4841,10 +4841,10 @@
|
||||
"666b-high",
|
||||
"666b-high",
|
||||
"666b-high",
|
||||
"666b-icy",
|
||||
"666b-icy",
|
||||
"666b-icy",
|
||||
"666b-icy",
|
||||
"666b-icy-snow",
|
||||
"666b-icy-snow",
|
||||
"666b-icy-snow",
|
||||
"666b-icy-snow",
|
||||
"666b-jungle_2",
|
||||
"666b-jungle_2",
|
||||
"666b-jungle_3",
|
||||
|
Before Width: | Height: | Size: 948 B After Width: | Height: | Size: 982 B |
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 952 B After Width: | Height: | Size: 1005 B |
Before Width: | Height: | Size: 994 B After Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 906 B After Width: | Height: | Size: 953 B |
Before Width: | Height: | Size: 6.2 KiB After Width: | Height: | Size: 7.0 KiB |
@ -1,314 +1,551 @@
|
||||
{
|
||||
"textures": [
|
||||
{
|
||||
"image": "666-meadow.png",
|
||||
"format": "RGBA8888",
|
||||
"size": {
|
||||
"w": 243,
|
||||
"h": 243
|
||||
},
|
||||
"scale": 1,
|
||||
"frames": [
|
||||
{ "frames": [
|
||||
{
|
||||
"filename": "0001.png",
|
||||
"frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
|
||||
"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
|
||||
}
|
||||
"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,
|
||||
"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
|
||||
}
|
||||
"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,
|
||||
"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
|
||||
}
|
||||
"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,
|
||||
"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
|
||||
}
|
||||
"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,
|
||||
"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
|
||||
}
|
||||
"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,
|
||||
"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
|
||||
}
|
||||
"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,
|
||||
"sourceSize": {
|
||||
"w": 84,
|
||||
"h": 93
|
||||
"spriteSourceSize": { "x": 14, "y": 21, "w": 67, "h": 67 },
|
||||
"sourceSize": { "w": 96, "h": 96 },
|
||||
"duration": 110
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 17,
|
||||
"y": 0,
|
||||
"w": 46,
|
||||
"h": 86
|
||||
},
|
||||
"frame": {
|
||||
"x": 197,
|
||||
"y": 86,
|
||||
"w": 46,
|
||||
"h": 86
|
||||
}
|
||||
{
|
||||
"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,
|
||||
"sourceSize": {
|
||||
"w": 84,
|
||||
"h": 93
|
||||
"spriteSourceSize": { "x": 14, "y": 18, "w": 67, "h": 67 },
|
||||
"sourceSize": { "w": 96, "h": 96 },
|
||||
"duration": 110
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 17,
|
||||
"y": 0,
|
||||
"w": 46,
|
||||
"h": 86
|
||||
{
|
||||
"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
|
||||
},
|
||||
"frame": {
|
||||
"x": 197,
|
||||
"y": 86,
|
||||
"w": 46,
|
||||
"h": 86
|
||||
}
|
||||
}
|
||||
]
|
||||
{
|
||||
"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.codeandweb.com/texturepacker",
|
||||
"version": "3.0",
|
||||
"smartupdate": "$TexturePacker:SmartUpdate:223ce33721ef8da9ff40286099c20de4:b82acd304c2a8b8cebeda2043a3e1f96:f8ac4807b4d6eef2256fa1b93e0f89ba$"
|
||||
"app": "https://www.aseprite.org/",
|
||||
"version": "1.3.12-x64",
|
||||
"image": "666-meadow.png",
|
||||
"format": "I8",
|
||||
"size": { "w": 398, "h": 347 },
|
||||
"scale": "1"
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 5.1 KiB After Width: | Height: | Size: 5.5 KiB |
Before Width: | Height: | Size: 6.1 KiB After Width: | Height: | Size: 7.0 KiB |
Before Width: | Height: | Size: 6.0 KiB After Width: | Height: | Size: 6.9 KiB |
@ -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
|
||||
}
|
||||
},
|
||||
{ "frames": [
|
||||
{
|
||||
"filename": "0001.png",
|
||||
"frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"sourceSize": {
|
||||
"w": 67,
|
||||
"h": 71
|
||||
"spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
|
||||
"sourceSize": { "w": 67, "h": 73 },
|
||||
"duration": 110
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"w": 67,
|
||||
"h": 68
|
||||
},
|
||||
"frame": {
|
||||
"x": 42,
|
||||
"y": 0,
|
||||
"w": 67,
|
||||
"h": 68
|
||||
}
|
||||
{
|
||||
"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,
|
||||
"sourceSize": {
|
||||
"w": 67,
|
||||
"h": 71
|
||||
"spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
|
||||
"sourceSize": { "w": 67, "h": 73 },
|
||||
"duration": 110
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 3,
|
||||
"w": 67,
|
||||
"h": 68
|
||||
{
|
||||
"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
|
||||
},
|
||||
"frame": {
|
||||
"x": 42,
|
||||
"y": 68,
|
||||
"w": 67,
|
||||
"h": 68
|
||||
}
|
||||
}
|
||||
]
|
||||
{
|
||||
"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.codeandweb.com/texturepacker",
|
||||
"version": "3.0",
|
||||
"smartupdate": "$TexturePacker:SmartUpdate:223e2a75aa192f3fb67e18f7f0d6c4c7:ba854fe0d08f005e9aa52e55cdc7eb4e:80cdb6dd219378a41ccf5c2acc7e7786$"
|
||||
"app": "https://www.aseprite.org/",
|
||||
"version": "1.3.12-x64",
|
||||
"image": "666-archipelago.png",
|
||||
"format": "I8",
|
||||
"size": { "w": 262, "h": 140 },
|
||||
"scale": "1"
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.7 KiB |
@ -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
|
||||
}
|
||||
},
|
||||
{ "frames": [
|
||||
{
|
||||
"filename": "0001.png",
|
||||
"frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"sourceSize": {
|
||||
"w": 67,
|
||||
"h": 71
|
||||
"spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
|
||||
"sourceSize": { "w": 67, "h": 73 },
|
||||
"duration": 110
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"w": 67,
|
||||
"h": 68
|
||||
},
|
||||
"frame": {
|
||||
"x": 46,
|
||||
"y": 0,
|
||||
"w": 67,
|
||||
"h": 68
|
||||
}
|
||||
{
|
||||
"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,
|
||||
"sourceSize": {
|
||||
"w": 67,
|
||||
"h": 71
|
||||
"spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
|
||||
"sourceSize": { "w": 67, "h": 73 },
|
||||
"duration": 110
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 3,
|
||||
"w": 67,
|
||||
"h": 68
|
||||
{
|
||||
"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
|
||||
},
|
||||
"frame": {
|
||||
"x": 46,
|
||||
"y": 68,
|
||||
"w": 67,
|
||||
"h": 68
|
||||
}
|
||||
}
|
||||
]
|
||||
{
|
||||
"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.codeandweb.com/texturepacker",
|
||||
"version": "3.0",
|
||||
"smartupdate": "$TexturePacker:SmartUpdate:89725e18f2e4d97217076ac82b40230b:c83c3d03ad1200fc71d95ecafb54bc03:23aaac2256d564b9d8a58d7de70397c3$"
|
||||
"app": "https://www.aseprite.org/",
|
||||
"version": "1.3.12-x64",
|
||||
"image": "666-continental.png",
|
||||
"format": "I8",
|
||||
"size": { "w": 262, "h": 140 },
|
||||
"scale": "1"
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 2.7 KiB |
@ -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
|
||||
}
|
||||
},
|
||||
{ "frames": [
|
||||
{
|
||||
"filename": "0001.png",
|
||||
"frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"sourceSize": {
|
||||
"w": 67,
|
||||
"h": 71
|
||||
"spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
|
||||
"sourceSize": { "w": 67, "h": 73 },
|
||||
"duration": 110
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"w": 67,
|
||||
"h": 68
|
||||
},
|
||||
"frame": {
|
||||
"x": 44,
|
||||
"y": 0,
|
||||
"w": 67,
|
||||
"h": 68
|
||||
}
|
||||
{
|
||||
"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,
|
||||
"sourceSize": {
|
||||
"w": 67,
|
||||
"h": 71
|
||||
"spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
|
||||
"sourceSize": { "w": 67, "h": 73 },
|
||||
"duration": 110
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 3,
|
||||
"w": 67,
|
||||
"h": 68
|
||||
{
|
||||
"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
|
||||
},
|
||||
"frame": {
|
||||
"x": 44,
|
||||
"y": 68,
|
||||
"w": 67,
|
||||
"h": 68
|
||||
}
|
||||
}
|
||||
]
|
||||
{
|
||||
"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.codeandweb.com/texturepacker",
|
||||
"version": "3.0",
|
||||
"smartupdate": "$TexturePacker:SmartUpdate:bbba66d69955866664e782205a4af88d:66e99814147be780756a4d4ccd8b31dc:d6b035048c66474f6236a3bc923faa7b$"
|
||||
"app": "https://www.aseprite.org/",
|
||||
"version": "1.3.12-x64",
|
||||
"image": "666-elegant.png",
|
||||
"format": "I8",
|
||||
"size": { "w": 262, "h": 140 },
|
||||
"scale": "1"
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 2.7 KiB |
@ -1,104 +1,119 @@
|
||||
{
|
||||
"textures": [
|
||||
{
|
||||
"image": "666-fancy.png",
|
||||
"format": "RGBA8888",
|
||||
"size": {
|
||||
"w": 137,
|
||||
"h": 137
|
||||
},
|
||||
"scale": 1,
|
||||
"frames": [
|
||||
{ "frames": [
|
||||
{
|
||||
"filename": "0001.png",
|
||||
"frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
|
||||
"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
|
||||
}
|
||||
"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,
|
||||
"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
|
||||
}
|
||||
"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,
|
||||
"sourceSize": {
|
||||
"w": 67,
|
||||
"h": 71
|
||||
"spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
|
||||
"sourceSize": { "w": 67, "h": 73 },
|
||||
"duration": 110
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 3,
|
||||
"w": 67,
|
||||
"h": 68
|
||||
{
|
||||
"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
|
||||
},
|
||||
"frame": {
|
||||
"x": 43,
|
||||
"y": 69,
|
||||
"w": 67,
|
||||
"h": 68
|
||||
}
|
||||
}
|
||||
]
|
||||
{
|
||||
"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.codeandweb.com/texturepacker",
|
||||
"version": "3.0",
|
||||
"smartupdate": "$TexturePacker:SmartUpdate:570d1bf9b987c1bf5ebfe39e485464dd:a3c8bebd39c1c84b1bf0fdf600026ea5:6d5edff9a806f43feff031c9919c9aca$"
|
||||
"app": "https://www.aseprite.org/",
|
||||
"version": "1.3.12-x64",
|
||||
"image": "666-fancy.png",
|
||||
"format": "I8",
|
||||
"size": { "w": 262, "h": 140 },
|
||||
"scale": "1"
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 2.9 KiB |
@ -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
|
||||
}
|
||||
},
|
||||
{ "frames": [
|
||||
{
|
||||
"filename": "0001.png",
|
||||
"frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"sourceSize": {
|
||||
"w": 67,
|
||||
"h": 71
|
||||
"spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
|
||||
"sourceSize": { "w": 67, "h": 73 },
|
||||
"duration": 110
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"w": 67,
|
||||
"h": 68
|
||||
},
|
||||
"frame": {
|
||||
"x": 42,
|
||||
"y": 0,
|
||||
"w": 67,
|
||||
"h": 68
|
||||
}
|
||||
{
|
||||
"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,
|
||||
"sourceSize": {
|
||||
"w": 67,
|
||||
"h": 71
|
||||
"spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
|
||||
"sourceSize": { "w": 67, "h": 73 },
|
||||
"duration": 110
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 3,
|
||||
"w": 67,
|
||||
"h": 68
|
||||
{
|
||||
"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
|
||||
},
|
||||
"frame": {
|
||||
"x": 42,
|
||||
"y": 68,
|
||||
"w": 67,
|
||||
"h": 68
|
||||
}
|
||||
}
|
||||
]
|
||||
{
|
||||
"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.codeandweb.com/texturepacker",
|
||||
"version": "3.0",
|
||||
"smartupdate": "$TexturePacker:SmartUpdate:4b2ac69ef7a99f6cef35d3fd38c74d01:8a4c29615f3bf20e9c5d0bb372a5b210:f13a1a8fa0a411aa91fccb833ac8719c$"
|
||||
"app": "https://www.aseprite.org/",
|
||||
"version": "1.3.12-x64",
|
||||
"image": "666-garden.png",
|
||||
"format": "I8",
|
||||
"size": { "w": 262, "h": 140 },
|
||||
"scale": "1"
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 2.7 KiB |
@ -1,104 +1,119 @@
|
||||
{
|
||||
"textures": [
|
||||
{
|
||||
"image": "666-high-plains.png",
|
||||
"format": "RGBA8888",
|
||||
"size": {
|
||||
"w": 137,
|
||||
"h": 137
|
||||
},
|
||||
"scale": 1,
|
||||
"frames": [
|
||||
{ "frames": [
|
||||
{
|
||||
"filename": "0001.png",
|
||||
"frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
|
||||
"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
|
||||
}
|
||||
"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,
|
||||
"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
|
||||
}
|
||||
"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,
|
||||
"sourceSize": {
|
||||
"w": 67,
|
||||
"h": 71
|
||||
"spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
|
||||
"sourceSize": { "w": 67, "h": 73 },
|
||||
"duration": 110
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 3,
|
||||
"w": 67,
|
||||
"h": 68
|
||||
{
|
||||
"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
|
||||
},
|
||||
"frame": {
|
||||
"x": 43,
|
||||
"y": 69,
|
||||
"w": 67,
|
||||
"h": 68
|
||||
}
|
||||
}
|
||||
]
|
||||
{
|
||||
"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.codeandweb.com/texturepacker",
|
||||
"version": "3.0",
|
||||
"smartupdate": "$TexturePacker:SmartUpdate:410c759185f779797422e8f2ce55db4f:6afd0d04b6138fdd57d12681e967b48c:2abdb5d19b2754e3daa24b6ff3ed2c2c$"
|
||||
"app": "https://www.aseprite.org/",
|
||||
"version": "1.3.12-x64",
|
||||
"image": "666-high-plains.png",
|
||||
"format": "I8",
|
||||
"size": { "w": 262, "h": 140 },
|
||||
"scale": "1"
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 2.7 KiB |
@ -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
|
||||
}
|
||||
},
|
||||
{ "frames": [
|
||||
{
|
||||
"filename": "0001.png",
|
||||
"frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"sourceSize": {
|
||||
"w": 67,
|
||||
"h": 71
|
||||
"spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
|
||||
"sourceSize": { "w": 67, "h": 73 },
|
||||
"duration": 110
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"w": 67,
|
||||
"h": 68
|
||||
},
|
||||
"frame": {
|
||||
"x": 43,
|
||||
"y": 0,
|
||||
"w": 67,
|
||||
"h": 68
|
||||
}
|
||||
{
|
||||
"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,
|
||||
"sourceSize": {
|
||||
"w": 67,
|
||||
"h": 71
|
||||
"spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
|
||||
"sourceSize": { "w": 67, "h": 73 },
|
||||
"duration": 110
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 3,
|
||||
"w": 67,
|
||||
"h": 68
|
||||
{
|
||||
"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
|
||||
},
|
||||
"frame": {
|
||||
"x": 43,
|
||||
"y": 68,
|
||||
"w": 67,
|
||||
"h": 68
|
||||
}
|
||||
}
|
||||
]
|
||||
{
|
||||
"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.codeandweb.com/texturepacker",
|
||||
"version": "3.0",
|
||||
"smartupdate": "$TexturePacker:SmartUpdate:9f47e6de00b727163c2ffb6870af9c6b:16bfd68007c3798294c7d690e075f679:fb1e8b97806dc5c60ac6adf0ae48199b$"
|
||||
"app": "https://www.aseprite.org/",
|
||||
"version": "1.3.12-x64",
|
||||
"image": "666-icy-snow.png",
|
||||
"format": "I8",
|
||||
"size": { "w": 262, "h": 140 },
|
||||
"scale": "1"
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 2.7 KiB |
@ -1,104 +1,119 @@
|
||||
{
|
||||
"textures": [
|
||||
{
|
||||
"image": "666-jungle.png",
|
||||
"format": "RGBA8888",
|
||||
"size": {
|
||||
"w": 137,
|
||||
"h": 137
|
||||
},
|
||||
"scale": 1,
|
||||
"frames": [
|
||||
{ "frames": [
|
||||
{
|
||||
"filename": "0001.png",
|
||||
"frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
|
||||
"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
|
||||
}
|
||||
"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,
|
||||
"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
|
||||
}
|
||||
"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,
|
||||
"sourceSize": {
|
||||
"w": 67,
|
||||
"h": 71
|
||||
"spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
|
||||
"sourceSize": { "w": 67, "h": 73 },
|
||||
"duration": 110
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 3,
|
||||
"w": 67,
|
||||
"h": 68
|
||||
{
|
||||
"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
|
||||
},
|
||||
"frame": {
|
||||
"x": 43,
|
||||
"y": 69,
|
||||
"w": 67,
|
||||
"h": 68
|
||||
}
|
||||
}
|
||||
]
|
||||
{
|
||||
"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.codeandweb.com/texturepacker",
|
||||
"version": "3.0",
|
||||
"smartupdate": "$TexturePacker:SmartUpdate:4d8913bd65ce0b63c5354717532a7d60:39392afb8d9fb30f37b8d68b6cd368ad:c8686bcc5493911384853d54c85bfea1$"
|
||||
"app": "https://www.aseprite.org/",
|
||||
"version": "1.3.12-x64",
|
||||
"image": "666-jungle.png",
|
||||
"format": "I8",
|
||||
"size": { "w": 262, "h": 140 },
|
||||
"scale": "1"
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.7 KiB |
@ -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
|
||||
}
|
||||
},
|
||||
{ "frames": [
|
||||
{
|
||||
"filename": "0001.png",
|
||||
"frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"sourceSize": {
|
||||
"w": 67,
|
||||
"h": 71
|
||||
"spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
|
||||
"sourceSize": { "w": 67, "h": 73 },
|
||||
"duration": 110
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"w": 67,
|
||||
"h": 68
|
||||
},
|
||||
"frame": {
|
||||
"x": 42,
|
||||
"y": 0,
|
||||
"w": 67,
|
||||
"h": 68
|
||||
}
|
||||
{
|
||||
"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,
|
||||
"sourceSize": {
|
||||
"w": 67,
|
||||
"h": 71
|
||||
"spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
|
||||
"sourceSize": { "w": 67, "h": 73 },
|
||||
"duration": 110
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 3,
|
||||
"w": 67,
|
||||
"h": 68
|
||||
{
|
||||
"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
|
||||
},
|
||||
"frame": {
|
||||
"x": 42,
|
||||
"y": 68,
|
||||
"w": 67,
|
||||
"h": 68
|
||||
}
|
||||
}
|
||||
]
|
||||
{
|
||||
"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.codeandweb.com/texturepacker",
|
||||
"version": "3.0",
|
||||
"smartupdate": "$TexturePacker:SmartUpdate:b061fec5d665439da49159647e0a7d71:7cac8aa51d4531fbcf0f9ea9bf644452:dc240f0acbf3d56fe8729dd1f703009f$"
|
||||
"app": "https://www.aseprite.org/",
|
||||
"version": "1.3.12-x64",
|
||||
"image": "666-marine.png",
|
||||
"format": "RGBA8888",
|
||||
"size": { "w": 262, "h": 140 },
|
||||
"scale": "1"
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 6.9 KiB |
@ -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
|
||||
}
|
||||
},
|
||||
{ "frames": [
|
||||
{
|
||||
"filename": "0001.png",
|
||||
"frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
|
||||
"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
|
||||
}
|
||||
"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,
|
||||
"sourceSize": {
|
||||
"w": 84,
|
||||
"h": 91
|
||||
"spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
|
||||
"sourceSize": { "w": 67, "h": 73 },
|
||||
"duration": 110
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 5,
|
||||
"w": 84,
|
||||
"h": 86
|
||||
{
|
||||
"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
|
||||
},
|
||||
"frame": {
|
||||
"x": 135,
|
||||
"y": 0,
|
||||
"w": 84,
|
||||
"h": 86
|
||||
}
|
||||
{
|
||||
"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,
|
||||
"sourceSize": {
|
||||
"w": 84,
|
||||
"h": 91
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 17,
|
||||
"y": 0,
|
||||
"w": 52,
|
||||
"h": 87
|
||||
},
|
||||
"frame": {
|
||||
"x": 135,
|
||||
"y": 86,
|
||||
"w": 52,
|
||||
"h": 87
|
||||
}
|
||||
"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,
|
||||
"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
|
||||
}
|
||||
}
|
||||
]
|
||||
"spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
|
||||
"sourceSize": { "w": 67, "h": 73 },
|
||||
"duration": 110
|
||||
}
|
||||
],
|
||||
"meta": {
|
||||
"app": "https://www.codeandweb.com/texturepacker",
|
||||
"version": "3.0",
|
||||
"smartupdate": "$TexturePacker:SmartUpdate:49698fe6f96ff24d2fe1c7a365f79f1b:f15ccef05dfd7ebb03ac6c66ae05dcef:f8ac4807b4d6eef2256fa1b93e0f89ba$"
|
||||
"app": "https://www.aseprite.org/",
|
||||
"version": "1.3.12-x64",
|
||||
"format": "I8",
|
||||
"size": { "w": 262, "h": 140 },
|
||||
"scale": "1"
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 4.8 KiB After Width: | Height: | Size: 2.8 KiB |
@ -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
|
||||
}
|
||||
},
|
||||
{ "frames": [
|
||||
{
|
||||
"filename": "0001.png",
|
||||
"frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"sourceSize": {
|
||||
"w": 67,
|
||||
"h": 71
|
||||
"spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
|
||||
"sourceSize": { "w": 67, "h": 73 },
|
||||
"duration": 110
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"w": 67,
|
||||
"h": 68
|
||||
},
|
||||
"frame": {
|
||||
"x": 42,
|
||||
"y": 0,
|
||||
"w": 67,
|
||||
"h": 68
|
||||
}
|
||||
{
|
||||
"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,
|
||||
"sourceSize": {
|
||||
"w": 67,
|
||||
"h": 71
|
||||
"spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
|
||||
"sourceSize": { "w": 67, "h": 73 },
|
||||
"duration": 110
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 3,
|
||||
"w": 67,
|
||||
"h": 68
|
||||
{
|
||||
"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
|
||||
},
|
||||
"frame": {
|
||||
"x": 42,
|
||||
"y": 68,
|
||||
"w": 67,
|
||||
"h": 68
|
||||
}
|
||||
}
|
||||
]
|
||||
{
|
||||
"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.codeandweb.com/texturepacker",
|
||||
"version": "3.0",
|
||||
"smartupdate": "$TexturePacker:SmartUpdate:deb5b8b4295c15b4c8718bf2ed9791d1:bbe309a34a59a4e2f74eeba5769476f4:5fc0e8f9a0750c2f3cfb5d6e7eca0d45$"
|
||||
"app": "https://www.aseprite.org/",
|
||||
"version": "1.3.12-x64",
|
||||
"image": "666-modern.png",
|
||||
"format": "I8",
|
||||
"size": { "w": 262, "h": 140 },
|
||||
"scale": "1"
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 2.7 KiB |
@ -1,104 +1,119 @@
|
||||
{
|
||||
"textures": [
|
||||
{
|
||||
"image": "666-monsoon.png",
|
||||
"format": "RGBA8888",
|
||||
"size": {
|
||||
"w": 137,
|
||||
"h": 137
|
||||
},
|
||||
"scale": 1,
|
||||
"frames": [
|
||||
{ "frames": [
|
||||
{
|
||||
"filename": "0001.png",
|
||||
"frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
|
||||
"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
|
||||
}
|
||||
"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,
|
||||
"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
|
||||
}
|
||||
"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,
|
||||
"sourceSize": {
|
||||
"w": 67,
|
||||
"h": 71
|
||||
"spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
|
||||
"sourceSize": { "w": 67, "h": 73 },
|
||||
"duration": 110
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 3,
|
||||
"w": 67,
|
||||
"h": 68
|
||||
{
|
||||
"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
|
||||
},
|
||||
"frame": {
|
||||
"x": 42,
|
||||
"y": 69,
|
||||
"w": 67,
|
||||
"h": 68
|
||||
}
|
||||
}
|
||||
]
|
||||
{
|
||||
"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.codeandweb.com/texturepacker",
|
||||
"version": "3.0",
|
||||
"smartupdate": "$TexturePacker:SmartUpdate:71a24b11bc54be921b67b4376d798e05:f5358aac113e1f7af7eddf984d9692b3:637bea52b465abfb8e5a576310b4dacc$"
|
||||
"app": "https://www.aseprite.org/",
|
||||
"version": "1.3.12-x64",
|
||||
"image": "666-monsoon.png",
|
||||
"format": "I8",
|
||||
"size": { "w": 262, "h": 140 },
|
||||
"scale": "1"
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 2.7 KiB |
@ -1,104 +1,119 @@
|
||||
{
|
||||
"textures": [
|
||||
{
|
||||
"image": "666-ocean.png",
|
||||
"format": "RGBA8888",
|
||||
"size": {
|
||||
"w": 137,
|
||||
"h": 137
|
||||
},
|
||||
"scale": 1,
|
||||
"frames": [
|
||||
{ "frames": [
|
||||
{
|
||||
"filename": "0001.png",
|
||||
"frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
|
||||
"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
|
||||
}
|
||||
"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,
|
||||
"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
|
||||
}
|
||||
"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,
|
||||
"sourceSize": {
|
||||
"w": 67,
|
||||
"h": 71
|
||||
"spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
|
||||
"sourceSize": { "w": 67, "h": 73 },
|
||||
"duration": 110
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 3,
|
||||
"w": 67,
|
||||
"h": 68
|
||||
{
|
||||
"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
|
||||
},
|
||||
"frame": {
|
||||
"x": 43,
|
||||
"y": 69,
|
||||
"w": 67,
|
||||
"h": 68
|
||||
}
|
||||
}
|
||||
]
|
||||
{
|
||||
"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.codeandweb.com/texturepacker",
|
||||
"version": "3.0",
|
||||
"smartupdate": "$TexturePacker:SmartUpdate:a1a0079c64e9d91336d227b1380cd9d2:cf159e4653ad9208c0f4633a498a6cd1:e7a0e68eab89c2013a3eb7f3b6fc0b33$"
|
||||
"app": "https://www.aseprite.org/",
|
||||
"version": "1.3.12-x64",
|
||||
"image": "666-ocean.png",
|
||||
"format": "I8",
|
||||
"size": { "w": 262, "h": 140 },
|
||||
"scale": "1"
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 2.8 KiB |
@ -1,104 +1,119 @@
|
||||
{
|
||||
"textures": [
|
||||
{
|
||||
"image": "666-poke-ball.png",
|
||||
"format": "RGBA8888",
|
||||
"size": {
|
||||
"w": 137,
|
||||
"h": 137
|
||||
},
|
||||
"scale": 1,
|
||||
"frames": [
|
||||
{ "frames": [
|
||||
{
|
||||
"filename": "0001.png",
|
||||
"frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
|
||||
"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
|
||||
}
|
||||
"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,
|
||||
"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
|
||||
}
|
||||
"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,
|
||||
"sourceSize": {
|
||||
"w": 67,
|
||||
"h": 71
|
||||
"spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
|
||||
"sourceSize": { "w": 67, "h": 73 },
|
||||
"duration": 110
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 3,
|
||||
"w": 67,
|
||||
"h": 68
|
||||
{
|
||||
"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
|
||||
},
|
||||
"frame": {
|
||||
"x": 43,
|
||||
"y": 69,
|
||||
"w": 67,
|
||||
"h": 68
|
||||
}
|
||||
}
|
||||
]
|
||||
{
|
||||
"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.codeandweb.com/texturepacker",
|
||||
"version": "3.0",
|
||||
"smartupdate": "$TexturePacker:SmartUpdate:e744396a3b647429d050d678017c05ce:ec812f719dffcd362f0481d7d83c3476:8ec14f129d1691b8da504a13b661abed$"
|
||||
"app": "https://www.aseprite.org/",
|
||||
"version": "1.3.12-x64",
|
||||
"image": "666-poke-ball.png",
|
||||
"format": "I8",
|
||||
"size": { "w": 262, "h": 140 },
|
||||
"scale": "1"
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 2.9 KiB |
@ -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
|
||||
}
|
||||
},
|
||||
{ "frames": [
|
||||
{
|
||||
"filename": "0001.png",
|
||||
"frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"sourceSize": {
|
||||
"w": 67,
|
||||
"h": 71
|
||||
"spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
|
||||
"sourceSize": { "w": 67, "h": 73 },
|
||||
"duration": 110
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"w": 67,
|
||||
"h": 68
|
||||
},
|
||||
"frame": {
|
||||
"x": 45,
|
||||
"y": 0,
|
||||
"w": 67,
|
||||
"h": 68
|
||||
}
|
||||
{
|
||||
"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,
|
||||
"sourceSize": {
|
||||
"w": 67,
|
||||
"h": 71
|
||||
"spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
|
||||
"sourceSize": { "w": 67, "h": 73 },
|
||||
"duration": 110
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 3,
|
||||
"w": 67,
|
||||
"h": 68
|
||||
{
|
||||
"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
|
||||
},
|
||||
"frame": {
|
||||
"x": 45,
|
||||
"y": 68,
|
||||
"w": 67,
|
||||
"h": 68
|
||||
}
|
||||
}
|
||||
]
|
||||
{
|
||||
"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.codeandweb.com/texturepacker",
|
||||
"version": "3.0",
|
||||
"smartupdate": "$TexturePacker:SmartUpdate:a3b0453f2d03b9c62472f57a438298a4:81a5a3455ae0c378bdb1dbe3c3323463:eb7086e98f867c6592e4b161835da18b$"
|
||||
"app": "https://www.aseprite.org/",
|
||||
"version": "1.3.12-x64",
|
||||
"image": "666-polar.png",
|
||||
"format": "I8",
|
||||
"size": { "w": 262, "h": 140 },
|
||||
"scale": "1"
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 2.7 KiB |
@ -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
|
||||
}
|
||||
},
|
||||
{ "frames": [
|
||||
{
|
||||
"filename": "0001.png",
|
||||
"frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"sourceSize": {
|
||||
"w": 67,
|
||||
"h": 71
|
||||
"spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
|
||||
"sourceSize": { "w": 67, "h": 73 },
|
||||
"duration": 110
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"w": 67,
|
||||
"h": 68
|
||||
},
|
||||
"frame": {
|
||||
"x": 43,
|
||||
"y": 0,
|
||||
"w": 67,
|
||||
"h": 68
|
||||
}
|
||||
{
|
||||
"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,
|
||||
"sourceSize": {
|
||||
"w": 67,
|
||||
"h": 71
|
||||
"spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
|
||||
"sourceSize": { "w": 67, "h": 73 },
|
||||
"duration": 110
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 3,
|
||||
"w": 67,
|
||||
"h": 68
|
||||
{
|
||||
"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
|
||||
},
|
||||
"frame": {
|
||||
"x": 43,
|
||||
"y": 68,
|
||||
"w": 67,
|
||||
"h": 68
|
||||
}
|
||||
}
|
||||
]
|
||||
{
|
||||
"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.codeandweb.com/texturepacker",
|
||||
"version": "3.0",
|
||||
"smartupdate": "$TexturePacker:SmartUpdate:2bb6d375761e6690eba12cf4d2bc99c9:9db30ec1cf68fe8c1026c243086573f3:fa23dc87fc53ba2cfa532cf440553cf5$"
|
||||
"app": "https://www.aseprite.org/",
|
||||
"version": "1.3.12-x64",
|
||||
"image": "666-river.png",
|
||||
"format": "I8",
|
||||
"size": { "w": 262, "h": 140 },
|
||||
"scale": "1"
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 2.7 KiB |
@ -1,104 +1,119 @@
|
||||
{
|
||||
"textures": [
|
||||
{
|
||||
"image": "666-sandstorm.png",
|
||||
"format": "RGBA8888",
|
||||
"size": {
|
||||
"w": 136,
|
||||
"h": 136
|
||||
},
|
||||
"scale": 1,
|
||||
"frames": [
|
||||
{ "frames": [
|
||||
{
|
||||
"filename": "0001.png",
|
||||
"frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
|
||||
"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
|
||||
}
|
||||
"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,
|
||||
"sourceSize": {
|
||||
"w": 67,
|
||||
"h": 71
|
||||
"spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
|
||||
"sourceSize": { "w": 67, "h": 73 },
|
||||
"duration": 110
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 17,
|
||||
"y": 2,
|
||||
"w": 40,
|
||||
"h": 68
|
||||
},
|
||||
"frame": {
|
||||
"x": 67,
|
||||
"y": 0,
|
||||
"w": 40,
|
||||
"h": 68
|
||||
}
|
||||
{
|
||||
"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,
|
||||
"sourceSize": {
|
||||
"w": 67,
|
||||
"h": 71
|
||||
"spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
|
||||
"sourceSize": { "w": 67, "h": 73 },
|
||||
"duration": 110
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 17,
|
||||
"y": 2,
|
||||
"w": 40,
|
||||
"h": 68
|
||||
{
|
||||
"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
|
||||
},
|
||||
"frame": {
|
||||
"x": 67,
|
||||
"y": 68,
|
||||
"w": 40,
|
||||
"h": 68
|
||||
}
|
||||
}
|
||||
]
|
||||
{
|
||||
"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.codeandweb.com/texturepacker",
|
||||
"version": "3.0",
|
||||
"smartupdate": "$TexturePacker:SmartUpdate:e35abed8cd9d0bbf1556fa684995d930:8d765a06a769bbf3d1639f361548cd6f:12f47e779927411662912d6094a9782d$"
|
||||
"app": "https://www.aseprite.org/",
|
||||
"version": "1.3.12-x64",
|
||||
"image": "666-sandstorm.png",
|
||||
"format": "I8",
|
||||
"size": { "w": 262, "h": 140 },
|
||||
"scale": "1"
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.8 KiB |
@ -1,104 +1,119 @@
|
||||
{
|
||||
"textures": [
|
||||
{
|
||||
"image": "666-savanna.png",
|
||||
"format": "RGBA8888",
|
||||
"size": {
|
||||
"w": 137,
|
||||
"h": 137
|
||||
},
|
||||
"scale": 1,
|
||||
"frames": [
|
||||
{ "frames": [
|
||||
{
|
||||
"filename": "0001.png",
|
||||
"frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
|
||||
"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
|
||||
}
|
||||
"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,
|
||||
"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
|
||||
}
|
||||
"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,
|
||||
"sourceSize": {
|
||||
"w": 67,
|
||||
"h": 71
|
||||
"spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
|
||||
"sourceSize": { "w": 67, "h": 73 },
|
||||
"duration": 110
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 3,
|
||||
"w": 67,
|
||||
"h": 68
|
||||
{
|
||||
"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
|
||||
},
|
||||
"frame": {
|
||||
"x": 43,
|
||||
"y": 69,
|
||||
"w": 67,
|
||||
"h": 68
|
||||
}
|
||||
}
|
||||
]
|
||||
{
|
||||
"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.codeandweb.com/texturepacker",
|
||||
"version": "3.0",
|
||||
"smartupdate": "$TexturePacker:SmartUpdate:1ad0c7c841409c3fd4cb50b399d6e13c:b9406b41d37bc72c57260f9a01a352c8:625a4f0dc001069326a75c6a381f93e6$"
|
||||
"app": "https://www.aseprite.org/",
|
||||
"version": "1.3.12-x64",
|
||||
"image": "666-savanna.png",
|
||||
"format": "I8",
|
||||
"size": { "w": 262, "h": 140 },
|
||||
"scale": "1"
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 2.8 KiB |
@ -1,104 +1,119 @@
|
||||
{
|
||||
"textures": [
|
||||
{
|
||||
"image": "666-sun.png",
|
||||
"format": "RGBA8888",
|
||||
"size": {
|
||||
"w": 137,
|
||||
"h": 137
|
||||
},
|
||||
"scale": 1,
|
||||
"frames": [
|
||||
{ "frames": [
|
||||
{
|
||||
"filename": "0001.png",
|
||||
"frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
|
||||
"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
|
||||
}
|
||||
"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,
|
||||
"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
|
||||
}
|
||||
"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,
|
||||
"sourceSize": {
|
||||
"w": 67,
|
||||
"h": 71
|
||||
"spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
|
||||
"sourceSize": { "w": 67, "h": 73 },
|
||||
"duration": 110
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 3,
|
||||
"w": 67,
|
||||
"h": 68
|
||||
{
|
||||
"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
|
||||
},
|
||||
"frame": {
|
||||
"x": 43,
|
||||
"y": 69,
|
||||
"w": 67,
|
||||
"h": 68
|
||||
}
|
||||
}
|
||||
]
|
||||
{
|
||||
"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.codeandweb.com/texturepacker",
|
||||
"version": "3.0",
|
||||
"smartupdate": "$TexturePacker:SmartUpdate:1d3a140bac5951725915aa0b64d1fdc6:e322510cf8386dcc7834a05d57e5368e:8f5fdd0a698701f5391c5a3f67e303d6$"
|
||||
"app": "https://www.aseprite.org/",
|
||||
"version": "1.3.12-x64",
|
||||
"image": "666-sun.png",
|
||||
"format": "I8",
|
||||
"size": { "w": 262, "h": 140 },
|
||||
"scale": "1"
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 2.8 KiB |
@ -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
|
||||
}
|
||||
},
|
||||
{ "frames": [
|
||||
{
|
||||
"filename": "0001.png",
|
||||
"frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"sourceSize": {
|
||||
"w": 67,
|
||||
"h": 71
|
||||
"spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
|
||||
"sourceSize": { "w": 67, "h": 73 },
|
||||
"duration": 110
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"w": 67,
|
||||
"h": 68
|
||||
},
|
||||
"frame": {
|
||||
"x": 46,
|
||||
"y": 0,
|
||||
"w": 67,
|
||||
"h": 68
|
||||
}
|
||||
{
|
||||
"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,
|
||||
"sourceSize": {
|
||||
"w": 67,
|
||||
"h": 71
|
||||
"spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
|
||||
"sourceSize": { "w": 67, "h": 73 },
|
||||
"duration": 110
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 3,
|
||||
"w": 67,
|
||||
"h": 68
|
||||
{
|
||||
"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
|
||||
},
|
||||
"frame": {
|
||||
"x": 46,
|
||||
"y": 68,
|
||||
"w": 67,
|
||||
"h": 68
|
||||
}
|
||||
}
|
||||
]
|
||||
{
|
||||
"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.codeandweb.com/texturepacker",
|
||||
"version": "3.0",
|
||||
"smartupdate": "$TexturePacker:SmartUpdate:40f74f8757cb0f5a2ab7b5f68ea979a0:d062f67571674668b47f6fab68361105:9779ed3adebc298af537dd64dc25fe00$"
|
||||
"app": "https://www.aseprite.org/",
|
||||
"version": "1.3.12-x64",
|
||||
"image": "666-tundra.png",
|
||||
"format": "I8",
|
||||
"size": { "w": 262, "h": 140 },
|
||||
"scale": "1"
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 2.7 KiB |
@ -1,104 +1,119 @@
|
||||
{
|
||||
"textures": [
|
||||
{
|
||||
"image": "666-archipelago.png",
|
||||
"format": "RGBA8888",
|
||||
"size": {
|
||||
"w": 137,
|
||||
"h": 137
|
||||
},
|
||||
"scale": 1,
|
||||
"frames": [
|
||||
{ "frames": [
|
||||
{
|
||||
"filename": "0001.png",
|
||||
"frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
|
||||
"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
|
||||
}
|
||||
"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,
|
||||
"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
|
||||
}
|
||||
"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,
|
||||
"sourceSize": {
|
||||
"w": 67,
|
||||
"h": 71
|
||||
"spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
|
||||
"sourceSize": { "w": 67, "h": 73 },
|
||||
"duration": 110
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 3,
|
||||
"w": 67,
|
||||
"h": 68
|
||||
{
|
||||
"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
|
||||
},
|
||||
"frame": {
|
||||
"x": 42,
|
||||
"y": 69,
|
||||
"w": 67,
|
||||
"h": 68
|
||||
}
|
||||
}
|
||||
]
|
||||
{
|
||||
"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.codeandweb.com/texturepacker",
|
||||
"version": "3.0",
|
||||
"smartupdate": "$TexturePacker:SmartUpdate:d3b3934e858033f670ae2a24ec4d347a:f014942f9212da6fadbc8a0c94f2dc11:80cdb6dd219378a41ccf5c2acc7e7786$"
|
||||
"app": "https://www.aseprite.org/",
|
||||
"version": "1.3.12-x64",
|
||||
"image": "666-archipelago.png",
|
||||
"format": "I8",
|
||||
"size": { "w": 262, "h": 140 },
|
||||
"scale": "1"
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 2.7 KiB |
@ -1,104 +1,119 @@
|
||||
{
|
||||
"textures": [
|
||||
{
|
||||
"image": "666-continental.png",
|
||||
"format": "RGBA8888",
|
||||
"size": {
|
||||
"w": 137,
|
||||
"h": 137
|
||||
},
|
||||
"scale": 1,
|
||||
"frames": [
|
||||
{ "frames": [
|
||||
{
|
||||
"filename": "0001.png",
|
||||
"frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
|
||||
"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
|
||||
}
|
||||
"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,
|
||||
"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
|
||||
}
|
||||
"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,
|
||||
"sourceSize": {
|
||||
"w": 67,
|
||||
"h": 71
|
||||
"spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
|
||||
"sourceSize": { "w": 67, "h": 73 },
|
||||
"duration": 110
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 3,
|
||||
"w": 67,
|
||||
"h": 68
|
||||
{
|
||||
"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
|
||||
},
|
||||
"frame": {
|
||||
"x": 46,
|
||||
"y": 69,
|
||||
"w": 67,
|
||||
"h": 68
|
||||
}
|
||||
}
|
||||
]
|
||||
{
|
||||
"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.codeandweb.com/texturepacker",
|
||||
"version": "3.0",
|
||||
"smartupdate": "$TexturePacker:SmartUpdate:06c65586a6c76ae16868407b3530cc3e:c9740628cc5f7aa0301821f74d9d2e17:23aaac2256d564b9d8a58d7de70397c3$"
|
||||
"app": "https://www.aseprite.org/",
|
||||
"version": "1.3.12-x64",
|
||||
"image": "666-continental.png",
|
||||
"format": "I8",
|
||||
"size": { "w": 262, "h": 140 },
|
||||
"scale": "1"
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 2.7 KiB |
@ -1,104 +1,119 @@
|
||||
{
|
||||
"textures": [
|
||||
{
|
||||
"image": "666-elegant.png",
|
||||
"format": "RGBA8888",
|
||||
"size": {
|
||||
"w": 137,
|
||||
"h": 137
|
||||
},
|
||||
"scale": 1,
|
||||
"frames": [
|
||||
{ "frames": [
|
||||
{
|
||||
"filename": "0001.png",
|
||||
"frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
|
||||
"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
|
||||
}
|
||||
"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,
|
||||
"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
|
||||
}
|
||||
"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,
|
||||
"sourceSize": {
|
||||
"w": 67,
|
||||
"h": 71
|
||||
"spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
|
||||
"sourceSize": { "w": 67, "h": 73 },
|
||||
"duration": 110
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 3,
|
||||
"w": 67,
|
||||
"h": 68
|
||||
{
|
||||
"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
|
||||
},
|
||||
"frame": {
|
||||
"x": 44,
|
||||
"y": 69,
|
||||
"w": 67,
|
||||
"h": 68
|
||||
}
|
||||
}
|
||||
]
|
||||
{
|
||||
"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.codeandweb.com/texturepacker",
|
||||
"version": "3.0",
|
||||
"smartupdate": "$TexturePacker:SmartUpdate:2f5780697c633c5f2db2d90012b0bfaa:3df5d06e71f1f48664b1d3f70b589ce5:d6b035048c66474f6236a3bc923faa7b$"
|
||||
"app": "https://www.aseprite.org/",
|
||||
"version": "1.3.12-x64",
|
||||
"image": "666-elegant.png",
|
||||
"format": "I8",
|
||||
"size": { "w": 262, "h": 140 },
|
||||
"scale": "1"
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 2.7 KiB |
@ -1,104 +1,119 @@
|
||||
{
|
||||
"textures": [
|
||||
{
|
||||
"image": "666-fancy.png",
|
||||
"format": "RGBA8888",
|
||||
"size": {
|
||||
"w": 133,
|
||||
"h": 133
|
||||
},
|
||||
"scale": 1,
|
||||
"frames": [
|
||||
{ "frames": [
|
||||
{
|
||||
"filename": "0001.png",
|
||||
"frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
|
||||
"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
|
||||
}
|
||||
"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,
|
||||
"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
|
||||
}
|
||||
"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,
|
||||
"sourceSize": {
|
||||
"w": 65,
|
||||
"h": 69
|
||||
"spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
|
||||
"sourceSize": { "w": 67, "h": 73 },
|
||||
"duration": 110
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 3,
|
||||
"w": 65,
|
||||
"h": 66
|
||||
{
|
||||
"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
|
||||
},
|
||||
"frame": {
|
||||
"x": 41,
|
||||
"y": 67,
|
||||
"w": 65,
|
||||
"h": 66
|
||||
}
|
||||
}
|
||||
]
|
||||
{
|
||||
"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.codeandweb.com/texturepacker",
|
||||
"version": "3.0",
|
||||
"smartupdate": "$TexturePacker:SmartUpdate:f6d28d4fec94007c70d1812b69e8c9a4:cff02079419826e1cb2148e331588d89:6d5edff9a806f43feff031c9919c9aca$"
|
||||
"app": "https://www.aseprite.org/",
|
||||
"version": "1.3.12-x64",
|
||||
"image": "666-fancy.png",
|
||||
"format": "I8",
|
||||
"size": { "w": 262, "h": 140 },
|
||||
"scale": "1"
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 2.9 KiB |
@ -1,104 +1,119 @@
|
||||
{
|
||||
"textures": [
|
||||
{
|
||||
"image": "666-garden.png",
|
||||
"format": "RGBA8888",
|
||||
"size": {
|
||||
"w": 137,
|
||||
"h": 137
|
||||
},
|
||||
"scale": 1,
|
||||
"frames": [
|
||||
{ "frames": [
|
||||
{
|
||||
"filename": "0001.png",
|
||||
"frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
|
||||
"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
|
||||
}
|
||||
"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,
|
||||
"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
|
||||
}
|
||||
"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,
|
||||
"sourceSize": {
|
||||
"w": 67,
|
||||
"h": 71
|
||||
"spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
|
||||
"sourceSize": { "w": 67, "h": 73 },
|
||||
"duration": 110
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 3,
|
||||
"w": 67,
|
||||
"h": 68
|
||||
{
|
||||
"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
|
||||
},
|
||||
"frame": {
|
||||
"x": 42,
|
||||
"y": 69,
|
||||
"w": 67,
|
||||
"h": 68
|
||||
}
|
||||
}
|
||||
]
|
||||
{
|
||||
"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.codeandweb.com/texturepacker",
|
||||
"version": "3.0",
|
||||
"smartupdate": "$TexturePacker:SmartUpdate:b8e1d103e0e6ac306d2c8f447067ec3c:8483540406726b13fa42ad566b4f6991:f13a1a8fa0a411aa91fccb833ac8719c$"
|
||||
"app": "https://www.aseprite.org/",
|
||||
"version": "1.3.12-x64",
|
||||
"image": "666-garden.png",
|
||||
"format": "I8",
|
||||
"size": { "w": 262, "h": 140 },
|
||||
"scale": "1"
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 2.7 KiB |
@ -1,104 +1,119 @@
|
||||
{
|
||||
"textures": [
|
||||
{
|
||||
"image": "666-high-plains.png",
|
||||
"format": "RGBA8888",
|
||||
"size": {
|
||||
"w": 137,
|
||||
"h": 137
|
||||
},
|
||||
"scale": 1,
|
||||
"frames": [
|
||||
{ "frames": [
|
||||
{
|
||||
"filename": "0001.png",
|
||||
"frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
|
||||
"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
|
||||
}
|
||||
"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,
|
||||
"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
|
||||
}
|
||||
"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,
|
||||
"sourceSize": {
|
||||
"w": 67,
|
||||
"h": 71
|
||||
"spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
|
||||
"sourceSize": { "w": 67, "h": 73 },
|
||||
"duration": 110
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 3,
|
||||
"w": 67,
|
||||
"h": 68
|
||||
{
|
||||
"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
|
||||
},
|
||||
"frame": {
|
||||
"x": 43,
|
||||
"y": 69,
|
||||
"w": 67,
|
||||
"h": 68
|
||||
}
|
||||
}
|
||||
]
|
||||
{
|
||||
"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.codeandweb.com/texturepacker",
|
||||
"version": "3.0",
|
||||
"smartupdate": "$TexturePacker:SmartUpdate:6a10c59dc5b4abef78a2379364bae874:239b86e13316e6d8fc74b42cc7f657d9:2abdb5d19b2754e3daa24b6ff3ed2c2c$"
|
||||
"app": "https://www.aseprite.org/",
|
||||
"version": "1.3.12-x64",
|
||||
"image": "666-high-plains.png",
|
||||
"format": "I8",
|
||||
"size": { "w": 262, "h": 140 },
|
||||
"scale": "1"
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 2.7 KiB |
@ -1,104 +1,119 @@
|
||||
{
|
||||
"textures": [
|
||||
{
|
||||
"image": "666-icy-snow.png",
|
||||
"format": "RGBA8888",
|
||||
"size": {
|
||||
"w": 137,
|
||||
"h": 137
|
||||
},
|
||||
"scale": 1,
|
||||
"frames": [
|
||||
{ "frames": [
|
||||
{
|
||||
"filename": "0001.png",
|
||||
"frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
|
||||
"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
|
||||
}
|
||||
"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,
|
||||
"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
|
||||
}
|
||||
"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,
|
||||
"sourceSize": {
|
||||
"w": 67,
|
||||
"h": 71
|
||||
"spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
|
||||
"sourceSize": { "w": 67, "h": 73 },
|
||||
"duration": 110
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 3,
|
||||
"w": 67,
|
||||
"h": 68
|
||||
{
|
||||
"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
|
||||
},
|
||||
"frame": {
|
||||
"x": 43,
|
||||
"y": 69,
|
||||
"w": 67,
|
||||
"h": 68
|
||||
}
|
||||
}
|
||||
]
|
||||
{
|
||||
"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.codeandweb.com/texturepacker",
|
||||
"version": "3.0",
|
||||
"smartupdate": "$TexturePacker:SmartUpdate:a19b20c8ff121729b5b9dfb470e1e166:abf786c03cda88b39336d9172fd788ec:fb1e8b97806dc5c60ac6adf0ae48199b$"
|
||||
"app": "https://www.aseprite.org/",
|
||||
"version": "1.3.12-x64",
|
||||
"image": "666-icy-snow.png",
|
||||
"format": "I8",
|
||||
"size": { "w": 262, "h": 140 },
|
||||
"scale": "1"
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 2.7 KiB |
@ -1,104 +1,119 @@
|
||||
{
|
||||
"textures": [
|
||||
{
|
||||
"image": "666-jungle.png",
|
||||
"format": "RGBA8888",
|
||||
"size": {
|
||||
"w": 137,
|
||||
"h": 137
|
||||
},
|
||||
"scale": 1,
|
||||
"frames": [
|
||||
{ "frames": [
|
||||
{
|
||||
"filename": "0001.png",
|
||||
"frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
|
||||
"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
|
||||
}
|
||||
"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,
|
||||
"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
|
||||
}
|
||||
"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,
|
||||
"sourceSize": {
|
||||
"w": 67,
|
||||
"h": 71
|
||||
"spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
|
||||
"sourceSize": { "w": 67, "h": 73 },
|
||||
"duration": 110
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 3,
|
||||
"w": 67,
|
||||
"h": 68
|
||||
{
|
||||
"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
|
||||
},
|
||||
"frame": {
|
||||
"x": 43,
|
||||
"y": 69,
|
||||
"w": 67,
|
||||
"h": 68
|
||||
}
|
||||
}
|
||||
]
|
||||
{
|
||||
"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.codeandweb.com/texturepacker",
|
||||
"version": "3.0",
|
||||
"smartupdate": "$TexturePacker:SmartUpdate:4318d523b7ff0df47aa749ed39d81402:f7d5cbe7029fecd1e518aa0501a8c8ba:c8686bcc5493911384853d54c85bfea1$"
|
||||
"app": "https://www.aseprite.org/",
|
||||
"version": "1.3.12-x64",
|
||||
"image": "666-jungle.png",
|
||||
"format": "I8",
|
||||
"size": { "w": 262, "h": 140 },
|
||||
"scale": "1"
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.7 KiB |
@ -1,104 +1,119 @@
|
||||
{
|
||||
"textures": [
|
||||
{
|
||||
"image": "666-marine.png",
|
||||
"format": "RGBA8888",
|
||||
"size": {
|
||||
"w": 137,
|
||||
"h": 137
|
||||
},
|
||||
"scale": 1,
|
||||
"frames": [
|
||||
{ "frames": [
|
||||
{
|
||||
"filename": "0001.png",
|
||||
"frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
|
||||
"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
|
||||
}
|
||||
"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,
|
||||
"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
|
||||
}
|
||||
"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,
|
||||
"sourceSize": {
|
||||
"w": 67,
|
||||
"h": 71
|
||||
"spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
|
||||
"sourceSize": { "w": 67, "h": 73 },
|
||||
"duration": 110
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 3,
|
||||
"w": 67,
|
||||
"h": 68
|
||||
{
|
||||
"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
|
||||
},
|
||||
"frame": {
|
||||
"x": 42,
|
||||
"y": 69,
|
||||
"w": 67,
|
||||
"h": 68
|
||||
}
|
||||
}
|
||||
]
|
||||
{
|
||||
"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.codeandweb.com/texturepacker",
|
||||
"version": "3.0",
|
||||
"smartupdate": "$TexturePacker:SmartUpdate:df888a902e99f6aa55c8d9a1696f30ef:5e5db402df59c188bf1aaf4cc0b516d5:dc240f0acbf3d56fe8729dd1f703009f$"
|
||||
"app": "https://www.aseprite.org/",
|
||||
"version": "1.3.12-x64",
|
||||
"image": "666-marine.png",
|
||||
"format": "I8",
|
||||
"size": { "w": 262, "h": 140 },
|
||||
"scale": "1"
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 2.7 KiB |
@ -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
|
||||
}
|
||||
},
|
||||
{ "frames": [
|
||||
{
|
||||
"filename": "0001.png",
|
||||
"frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
|
||||
"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
|
||||
}
|
||||
"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,
|
||||
"sourceSize": {
|
||||
"w": 84,
|
||||
"h": 91
|
||||
"spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
|
||||
"sourceSize": { "w": 67, "h": 73 },
|
||||
"duration": 110
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 5,
|
||||
"w": 84,
|
||||
"h": 86
|
||||
{
|
||||
"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
|
||||
},
|
||||
"frame": {
|
||||
"x": 135,
|
||||
"y": 0,
|
||||
"w": 84,
|
||||
"h": 86
|
||||
}
|
||||
{
|
||||
"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,
|
||||
"sourceSize": {
|
||||
"w": 84,
|
||||
"h": 91
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 17,
|
||||
"y": 0,
|
||||
"w": 52,
|
||||
"h": 87
|
||||
},
|
||||
"frame": {
|
||||
"x": 135,
|
||||
"y": 86,
|
||||
"w": 52,
|
||||
"h": 87
|
||||
}
|
||||
"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,
|
||||
"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
|
||||
}
|
||||
}
|
||||
]
|
||||
"spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
|
||||
"sourceSize": { "w": 67, "h": 73 },
|
||||
"duration": 110
|
||||
}
|
||||
],
|
||||
"meta": {
|
||||
"app": "https://www.codeandweb.com/texturepacker",
|
||||
"version": "3.0",
|
||||
"smartupdate": "$TexturePacker:SmartUpdate:217e1d90eca71c8b95407de1c156a5e6:e2b23be3d14960d78059a46f5b83304a:f8ac4807b4d6eef2256fa1b93e0f89ba$"
|
||||
"app": "https://www.aseprite.org/",
|
||||
"version": "1.3.12-x64",
|
||||
"image": "666-meadow.png",
|
||||
"format": "I8",
|
||||
"size": { "w": 262, "h": 140 },
|
||||
"scale": "1"
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 4.8 KiB After Width: | Height: | Size: 2.8 KiB |
@ -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
|
||||
}
|
||||
},
|
||||
{ "frames": [
|
||||
{
|
||||
"filename": "0001.png",
|
||||
"frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"sourceSize": {
|
||||
"w": 65,
|
||||
"h": 69
|
||||
"spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
|
||||
"sourceSize": { "w": 67, "h": 73 },
|
||||
"duration": 110
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"w": 65,
|
||||
"h": 66
|
||||
},
|
||||
"frame": {
|
||||
"x": 40,
|
||||
"y": 0,
|
||||
"w": 65,
|
||||
"h": 66
|
||||
}
|
||||
{
|
||||
"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,
|
||||
"sourceSize": {
|
||||
"w": 65,
|
||||
"h": 69
|
||||
"spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
|
||||
"sourceSize": { "w": 67, "h": 73 },
|
||||
"duration": 110
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 3,
|
||||
"w": 65,
|
||||
"h": 66
|
||||
{
|
||||
"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
|
||||
},
|
||||
"frame": {
|
||||
"x": 40,
|
||||
"y": 66,
|
||||
"w": 65,
|
||||
"h": 66
|
||||
}
|
||||
}
|
||||
]
|
||||
{
|
||||
"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.codeandweb.com/texturepacker",
|
||||
"version": "3.0",
|
||||
"smartupdate": "$TexturePacker:SmartUpdate:854759536c0175b34e9ed7b2513e55dd:9fbbae33832e3b62152c5bae85714a7a:5fc0e8f9a0750c2f3cfb5d6e7eca0d45$"
|
||||
"app": "https://www.aseprite.org/",
|
||||
"version": "1.3.12-x64",
|
||||
"image": "666-modern.png",
|
||||
"format": "I8",
|
||||
"size": { "w": 262, "h": 140 },
|
||||
"scale": "1"
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 2.7 KiB |
@ -1,104 +1,119 @@
|
||||
{
|
||||
"textures": [
|
||||
{
|
||||
"image": "666-monsoon.png",
|
||||
"format": "RGBA8888",
|
||||
"size": {
|
||||
"w": 137,
|
||||
"h": 137
|
||||
},
|
||||
"scale": 1,
|
||||
"frames": [
|
||||
{ "frames": [
|
||||
{
|
||||
"filename": "0001.png",
|
||||
"frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
|
||||
"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
|
||||
}
|
||||
"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,
|
||||
"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
|
||||
}
|
||||
"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,
|
||||
"sourceSize": {
|
||||
"w": 67,
|
||||
"h": 71
|
||||
"spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
|
||||
"sourceSize": { "w": 67, "h": 73 },
|
||||
"duration": 110
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 3,
|
||||
"w": 67,
|
||||
"h": 68
|
||||
{
|
||||
"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
|
||||
},
|
||||
"frame": {
|
||||
"x": 42,
|
||||
"y": 69,
|
||||
"w": 67,
|
||||
"h": 68
|
||||
}
|
||||
}
|
||||
]
|
||||
{
|
||||
"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.codeandweb.com/texturepacker",
|
||||
"version": "3.0",
|
||||
"smartupdate": "$TexturePacker:SmartUpdate:dcde8c849851ea64b2ceed92a82153e1:5a97106b9193dc2cda01b0448d9f2637:637bea52b465abfb8e5a576310b4dacc$"
|
||||
"app": "https://www.aseprite.org/",
|
||||
"version": "1.3.12-x64",
|
||||
"image": "666-monsoon.png",
|
||||
"format": "I8",
|
||||
"size": { "w": 262, "h": 140 },
|
||||
"scale": "1"
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 2.7 KiB |
@ -1,104 +1,119 @@
|
||||
{
|
||||
"textures": [
|
||||
{
|
||||
"image": "666-ocean.png",
|
||||
"format": "RGBA8888",
|
||||
"size": {
|
||||
"w": 137,
|
||||
"h": 137
|
||||
},
|
||||
"scale": 1,
|
||||
"frames": [
|
||||
{ "frames": [
|
||||
{
|
||||
"filename": "0001.png",
|
||||
"frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
|
||||
"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
|
||||
}
|
||||
"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,
|
||||
"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
|
||||
}
|
||||
"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,
|
||||
"sourceSize": {
|
||||
"w": 67,
|
||||
"h": 71
|
||||
"spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
|
||||
"sourceSize": { "w": 67, "h": 73 },
|
||||
"duration": 110
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 3,
|
||||
"w": 67,
|
||||
"h": 68
|
||||
{
|
||||
"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
|
||||
},
|
||||
"frame": {
|
||||
"x": 43,
|
||||
"y": 69,
|
||||
"w": 67,
|
||||
"h": 68
|
||||
}
|
||||
}
|
||||
]
|
||||
{
|
||||
"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.codeandweb.com/texturepacker",
|
||||
"version": "3.0",
|
||||
"smartupdate": "$TexturePacker:SmartUpdate:dc3f54a39a4afa0ea28913252050d7c1:d856dfe44678a2ee4dc3d367a6658ad3:e7a0e68eab89c2013a3eb7f3b6fc0b33$"
|
||||
"app": "https://www.aseprite.org/",
|
||||
"version": "1.3.12-x64",
|
||||
"image": "666-ocean.png",
|
||||
"format": "I8",
|
||||
"size": { "w": 262, "h": 140 },
|
||||
"scale": "1"
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 2.8 KiB |
@ -1,104 +1,119 @@
|
||||
{
|
||||
"textures": [
|
||||
{
|
||||
"image": "666-poke-ball.png",
|
||||
"format": "RGBA8888",
|
||||
"size": {
|
||||
"w": 137,
|
||||
"h": 137
|
||||
},
|
||||
"scale": 1,
|
||||
"frames": [
|
||||
{ "frames": [
|
||||
{
|
||||
"filename": "0001.png",
|
||||
"frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
|
||||
"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
|
||||
}
|
||||
"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,
|
||||
"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
|
||||
}
|
||||
"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,
|
||||
"sourceSize": {
|
||||
"w": 67,
|
||||
"h": 71
|
||||
"spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
|
||||
"sourceSize": { "w": 67, "h": 73 },
|
||||
"duration": 110
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 3,
|
||||
"w": 67,
|
||||
"h": 68
|
||||
{
|
||||
"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
|
||||
},
|
||||
"frame": {
|
||||
"x": 43,
|
||||
"y": 69,
|
||||
"w": 67,
|
||||
"h": 68
|
||||
}
|
||||
}
|
||||
]
|
||||
{
|
||||
"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.codeandweb.com/texturepacker",
|
||||
"version": "3.0",
|
||||
"smartupdate": "$TexturePacker:SmartUpdate:9df25dba5036e3cd48218e8de3a98074:4357b8b161f5f87776f4d39fcb3723f5:8ec14f129d1691b8da504a13b661abed$"
|
||||
"app": "https://www.aseprite.org/",
|
||||
"version": "1.3.12-x64",
|
||||
"image": "666-poke-ball.png",
|
||||
"format": "I8",
|
||||
"size": { "w": 262, "h": 140 },
|
||||
"scale": "1"
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 2.9 KiB |
@ -1,104 +1,119 @@
|
||||
{
|
||||
"textures": [
|
||||
{
|
||||
"image": "666-polar.png",
|
||||
"format": "RGBA8888",
|
||||
"size": {
|
||||
"w": 137,
|
||||
"h": 137
|
||||
},
|
||||
"scale": 1,
|
||||
"frames": [
|
||||
{ "frames": [
|
||||
{
|
||||
"filename": "0001.png",
|
||||
"frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
|
||||
"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
|
||||
}
|
||||
"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,
|
||||
"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
|
||||
}
|
||||
"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,
|
||||
"sourceSize": {
|
||||
"w": 67,
|
||||
"h": 71
|
||||
"spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
|
||||
"sourceSize": { "w": 67, "h": 73 },
|
||||
"duration": 110
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 3,
|
||||
"w": 67,
|
||||
"h": 68
|
||||
{
|
||||
"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
|
||||
},
|
||||
"frame": {
|
||||
"x": 45,
|
||||
"y": 69,
|
||||
"w": 67,
|
||||
"h": 68
|
||||
}
|
||||
}
|
||||
]
|
||||
{
|
||||
"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.codeandweb.com/texturepacker",
|
||||
"version": "3.0",
|
||||
"smartupdate": "$TexturePacker:SmartUpdate:aab22d39518ad2f1b1621a5954e95674:958cacbba11b25f5b1e7fe9a9a40465d:eb7086e98f867c6592e4b161835da18b$"
|
||||
"app": "https://www.aseprite.org/",
|
||||
"version": "1.3.12-x64",
|
||||
"image": "666-polar.png",
|
||||
"format": "I8",
|
||||
"size": { "w": 262, "h": 140 },
|
||||
"scale": "1"
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 2.7 KiB |
@ -1,104 +1,119 @@
|
||||
{
|
||||
"textures": [
|
||||
{
|
||||
"image": "666-savanna.png",
|
||||
"format": "RGBA8888",
|
||||
"size": {
|
||||
"w": 137,
|
||||
"h": 137
|
||||
},
|
||||
"scale": 1,
|
||||
"frames": [
|
||||
{ "frames": [
|
||||
{
|
||||
"filename": "0001.png",
|
||||
"frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
|
||||
"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
|
||||
}
|
||||
"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,
|
||||
"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
|
||||
}
|
||||
"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,
|
||||
"sourceSize": {
|
||||
"w": 67,
|
||||
"h": 71
|
||||
"spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
|
||||
"sourceSize": { "w": 67, "h": 73 },
|
||||
"duration": 110
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 3,
|
||||
"w": 67,
|
||||
"h": 68
|
||||
{
|
||||
"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
|
||||
},
|
||||
"frame": {
|
||||
"x": 43,
|
||||
"y": 69,
|
||||
"w": 67,
|
||||
"h": 68
|
||||
}
|
||||
}
|
||||
]
|
||||
{
|
||||
"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.codeandweb.com/texturepacker",
|
||||
"version": "3.0",
|
||||
"smartupdate": "$TexturePacker:SmartUpdate:0c7fd4a8c1137a2566fabe2f53dac4c4:295a7bdde494b6106f9c73b649be6098:625a4f0dc001069326a75c6a381f93e6$"
|
||||
"app": "https://www.aseprite.org/",
|
||||
"version": "1.3.12-x64",
|
||||
"image": "666-savanna.png",
|
||||
"format": "I8",
|
||||
"size": { "w": 262, "h": 140 },
|
||||
"scale": "1"
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 2.8 KiB |
@ -1,104 +1,119 @@
|
||||
{
|
||||
"textures": [
|
||||
{
|
||||
"image": "666-sun.png",
|
||||
"format": "RGBA8888",
|
||||
"size": {
|
||||
"w": 135,
|
||||
"h": 135
|
||||
},
|
||||
"scale": 1,
|
||||
"frames": [
|
||||
{ "frames": [
|
||||
{
|
||||
"filename": "0001.png",
|
||||
"frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
|
||||
"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
|
||||
}
|
||||
"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,
|
||||
"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
|
||||
}
|
||||
"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,
|
||||
"sourceSize": {
|
||||
"w": 65,
|
||||
"h": 70
|
||||
"spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
|
||||
"sourceSize": { "w": 67, "h": 73 },
|
||||
"duration": 110
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 3,
|
||||
"w": 65,
|
||||
"h": 67
|
||||
{
|
||||
"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
|
||||
},
|
||||
"frame": {
|
||||
"x": 41,
|
||||
"y": 68,
|
||||
"w": 65,
|
||||
"h": 67
|
||||
}
|
||||
}
|
||||
]
|
||||
{
|
||||
"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.codeandweb.com/texturepacker",
|
||||
"version": "3.0",
|
||||
"smartupdate": "$TexturePacker:SmartUpdate:d1400564456ce432aab0ca4f263c336a:fba76efed9d6341c0b46301efd8cd8f5:8f5fdd0a698701f5391c5a3f67e303d6$"
|
||||
"app": "https://www.aseprite.org/",
|
||||
"version": "1.3.12-x64",
|
||||
"image": "666-sun.png",
|
||||
"format": "I8",
|
||||
"size": { "w": 262, "h": 140 },
|
||||
"scale": "1"
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 2.8 KiB |
@ -1,104 +1,119 @@
|
||||
{
|
||||
"textures": [
|
||||
{
|
||||
"image": "666-tundra.png",
|
||||
"format": "RGBA8888",
|
||||
"size": {
|
||||
"w": 137,
|
||||
"h": 137
|
||||
},
|
||||
"scale": 1,
|
||||
"frames": [
|
||||
{ "frames": [
|
||||
{
|
||||
"filename": "0001.png",
|
||||
"frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
|
||||
"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
|
||||
}
|
||||
"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,
|
||||
"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
|
||||
}
|
||||
"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,
|
||||
"sourceSize": {
|
||||
"w": 67,
|
||||
"h": 71
|
||||
"spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
|
||||
"sourceSize": { "w": 67, "h": 73 },
|
||||
"duration": 110
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 3,
|
||||
"w": 67,
|
||||
"h": 68
|
||||
{
|
||||
"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
|
||||
},
|
||||
"frame": {
|
||||
"x": 46,
|
||||
"y": 69,
|
||||
"w": 67,
|
||||
"h": 68
|
||||
}
|
||||
}
|
||||
]
|
||||
{
|
||||
"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.codeandweb.com/texturepacker",
|
||||
"version": "3.0",
|
||||
"smartupdate": "$TexturePacker:SmartUpdate:b87511ba7b272729aecbf5eb18fe65cc:383836b7b2902a470e150b17bdd9bcfc:9779ed3adebc298af537dd64dc25fe00$"
|
||||
"app": "https://www.aseprite.org/",
|
||||
"version": "1.3.12-x64",
|
||||
"image": "666-tundra.png",
|
||||
"format": "I8",
|
||||
"size": { "w": 262, "h": 140 },
|
||||
"scale": "1"
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 2.7 KiB |
@ -1 +1 @@
|
||||
Subproject commit 58dda14ee834204c4bd5ece47694a3c068df4b0e
|
||||
Subproject commit ef43efffe5fe454862c350f1b9393c3ad755bcc2
|
1787
src/battle-scene.ts
1048
src/data/ability.ts
@ -2752,6 +2752,12 @@ export class TauntTag extends MoveRestrictionBattlerTag {
|
||||
globalScene.queueMessage(i18next.t("battlerTags:tauntOnAdd", { pokemonNameWithAffix: getPokemonNameWithAffix(pokemon) }), 1500);
|
||||
}
|
||||
|
||||
public override onRemove(pokemon: Pokemon): void {
|
||||
super.onRemove(pokemon);
|
||||
|
||||
globalScene.queueMessage(i18next.t("battlerTags:tauntOnRemove", { pokemonNameWithAffix: getPokemonNameWithAffix(pokemon) }));
|
||||
}
|
||||
|
||||
/**
|
||||
* Checks if a move is a status move and determines its restriction status on that basis
|
||||
* @param {Moves} move the move under investigation
|
||||
|
447
src/data/move.ts
@ -1,5 +1,16 @@
|
||||
import { ChargeAnim, initMoveAnim, loadMoveAnimAssets, MoveChargeAnim } from "./battle-anims";
|
||||
import { CommandedTag, EncoreTag, GulpMissileTag, HelpingHandTag, SemiInvulnerableTag, ShellTrapTag, StockpilingTag, SubstituteTag, TrappedTag, TypeBoostTag } from "./battler-tags";
|
||||
import { ChargeAnim, MoveChargeAnim } from "./battle-anims";
|
||||
import {
|
||||
CommandedTag,
|
||||
EncoreTag,
|
||||
GulpMissileTag,
|
||||
HelpingHandTag,
|
||||
SemiInvulnerableTag,
|
||||
ShellTrapTag,
|
||||
StockpilingTag,
|
||||
SubstituteTag,
|
||||
TrappedTag,
|
||||
TypeBoostTag,
|
||||
} from "./battler-tags";
|
||||
import { getPokemonNameWithAffix } from "../messages";
|
||||
import type { AttackMoveResult, TurnMove } from "../field/pokemon";
|
||||
import type Pokemon from "../field/pokemon";
|
||||
@ -30,7 +41,7 @@ import { Biome } from "#enums/biome";
|
||||
import { Moves } from "#enums/moves";
|
||||
import { Species } from "#enums/species";
|
||||
import { MoveUsedEvent } from "#app/events/battle-scene";
|
||||
import { BATTLE_STATS, type BattleStat, EFFECTIVE_STATS, type EffectiveStat, getStatKey, Stat } from "#app/enums/stat";
|
||||
import { BATTLE_STATS, type BattleStat, type EffectiveStat, getStatKey, Stat } from "#app/enums/stat";
|
||||
import { BattleEndPhase } from "#app/phases/battle-end-phase";
|
||||
import { MoveEndPhase } from "#app/phases/move-end-phase";
|
||||
import { MovePhase } from "#app/phases/move-phase";
|
||||
@ -46,6 +57,11 @@ import { applyChallenges, ChallengeType } from "./challenge";
|
||||
import { SwitchType } from "#enums/switch-type";
|
||||
import { StatusEffect } from "#enums/status-effect";
|
||||
import { globalScene } from "#app/global-scene";
|
||||
import { RevivalBlessingPhase } from "#app/phases/revival-blessing-phase";
|
||||
import { LoadMoveAnimPhase } from "#app/phases/load-move-anim-phase";
|
||||
import { PokemonTransformPhase } from "#app/phases/pokemon-transform-phase";
|
||||
import { MoveAnimPhase } from "#app/phases/move-anim-phase";
|
||||
import { loggedInUser } from "#app/account";
|
||||
|
||||
export enum MoveCategory {
|
||||
PHYSICAL,
|
||||
@ -677,19 +693,17 @@ export default class Move implements Localizable {
|
||||
/**
|
||||
* Sees if a move has a custom failure text (by looking at each {@linkcode MoveAttr} of this move)
|
||||
* @param user {@linkcode Pokemon} using the move
|
||||
* @param target {@linkcode Pokemon} receiving the move
|
||||
* @param move {@linkcode Move} using the move
|
||||
* @param cancelled {@linkcode Utils.BooleanHolder} to hold boolean value
|
||||
* @param target {@linkcode Pokemon} target of the move
|
||||
* @param move {@linkcode Move} with this attribute
|
||||
* @returns string of the custom failure text, or `null` if it uses the default text ("But it failed!")
|
||||
*/
|
||||
getFailedText(user: Pokemon, target: Pokemon, move: Move, cancelled: Utils.BooleanHolder): string | null {
|
||||
getFailedText(user: Pokemon, target: Pokemon, move: Move): string | undefined {
|
||||
for (const attr of this.attrs) {
|
||||
const failedText = attr.getFailedText(user, target, move, cancelled);
|
||||
if (failedText !== null) {
|
||||
const failedText = attr.getFailedText(user, target, move);
|
||||
if (failedText) {
|
||||
return failedText;
|
||||
}
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
||||
/**
|
||||
@ -1057,7 +1071,7 @@ export abstract class MoveAttr {
|
||||
* @param args Set of unique arguments needed by this attribute
|
||||
* @returns true if application of the ability succeeds
|
||||
*/
|
||||
apply(user: Pokemon | null, target: Pokemon | null, move: Move, args: any[]): boolean | Promise<boolean> {
|
||||
apply(user: Pokemon | null, target: Pokemon | null, move: Move, args: any[]): boolean {
|
||||
return true;
|
||||
}
|
||||
|
||||
@ -1074,11 +1088,10 @@ export abstract class MoveAttr {
|
||||
* @param user {@linkcode Pokemon} using the move
|
||||
* @param target {@linkcode Pokemon} target of the move
|
||||
* @param move {@linkcode Move} with this attribute
|
||||
* @param cancelled {@linkcode Utils.BooleanHolder} which stores if the move should fail
|
||||
* @returns the string representing failure of this {@linkcode Move}
|
||||
*/
|
||||
getFailedText(user: Pokemon, target: Pokemon, move: Move, cancelled: Utils.BooleanHolder): string | null {
|
||||
return null;
|
||||
getFailedText(user: Pokemon, target: Pokemon, move: Move): string | undefined {
|
||||
return;
|
||||
}
|
||||
|
||||
/**
|
||||
@ -1200,7 +1213,7 @@ export class MoveEffectAttr extends MoveAttr {
|
||||
}
|
||||
|
||||
/** Applies move effects so long as they are able based on {@linkcode canApply} */
|
||||
apply(user: Pokemon, target: Pokemon, move: Move, args?: any[]): boolean | Promise<boolean> {
|
||||
apply(user: Pokemon, target: Pokemon, move: Move, args?: any[]): boolean {
|
||||
return this.canApply(user, target, move, args);
|
||||
}
|
||||
|
||||
@ -1320,6 +1333,54 @@ export class PreMoveMessageAttr extends MoveAttr {
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Attribute for moves that can be conditionally interrupted to be considered to
|
||||
* have failed before their "useMove" message is displayed. Currently used by
|
||||
* Focus Punch.
|
||||
* @extends MoveAttr
|
||||
*/
|
||||
export class PreUseInterruptAttr extends MoveAttr {
|
||||
protected message?: string | ((user: Pokemon, target: Pokemon, move: Move) => string);
|
||||
protected overridesFailedMessage: boolean;
|
||||
protected conditionFunc: MoveConditionFunc;
|
||||
|
||||
/**
|
||||
* Create a new MoveInterruptedMessageAttr.
|
||||
* @param message The message to display when the move is interrupted, or a function that formats the message based on the user, target, and move.
|
||||
*/
|
||||
constructor(message?: string | ((user: Pokemon, target: Pokemon, move: Move) => string), conditionFunc?: MoveConditionFunc) {
|
||||
super();
|
||||
this.message = message;
|
||||
this.conditionFunc = conditionFunc ?? (() => true);
|
||||
}
|
||||
|
||||
/**
|
||||
* Message to display when a move is interrupted.
|
||||
* @param user {@linkcode Pokemon} using the move
|
||||
* @param target {@linkcode Pokemon} target of the move
|
||||
* @param move {@linkcode Move} with this attribute
|
||||
*/
|
||||
override apply(user: Pokemon, target: Pokemon, move: Move): boolean {
|
||||
return this.conditionFunc(user, target, move);
|
||||
}
|
||||
|
||||
/**
|
||||
* Message to display when a move is interrupted.
|
||||
* @param user {@linkcode Pokemon} using the move
|
||||
* @param target {@linkcode Pokemon} target of the move
|
||||
* @param move {@linkcode Move} with this attribute
|
||||
*/
|
||||
override getFailedText(user: Pokemon, target: Pokemon, move: Move): string | undefined {
|
||||
if (this.message && this.conditionFunc(user, target, move)) {
|
||||
const message =
|
||||
typeof this.message === "string"
|
||||
? (this.message as string)
|
||||
: this.message(user, target, move);
|
||||
return message;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Attribute for Status moves that take attack type effectiveness
|
||||
* into consideration (i.e. {@linkcode https://bulbapedia.bulbagarden.net/wiki/Thunder_Wave_(move) | Thunder Wave})
|
||||
@ -1524,6 +1585,20 @@ export class SurviveDamageAttr extends ModifiedDamageAttr {
|
||||
}
|
||||
}
|
||||
|
||||
export class SplashAttr extends MoveEffectAttr {
|
||||
apply(user: Pokemon, target: Pokemon, move: Move, args: any[]): boolean {
|
||||
globalScene.queueMessage(i18next.t("moveTriggers:splash"));
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
export class CelebrateAttr extends MoveEffectAttr {
|
||||
apply(user: Pokemon, target: Pokemon, move: Move, args: any[]): boolean {
|
||||
globalScene.queueMessage(i18next.t("moveTriggers:celebrate", { playerName: loggedInUser?.username }));
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
export class RecoilAttr extends MoveEffectAttr {
|
||||
private useHp: boolean;
|
||||
private damageRatio: number;
|
||||
@ -1739,13 +1814,16 @@ export class AddSubstituteAttr extends MoveEffectAttr {
|
||||
return (user, target, move) => !user.getTag(SubstituteTag) && user.hp > Math.floor(user.getMaxHp() * this.hpCost) && user.getMaxHp() > 1;
|
||||
}
|
||||
|
||||
getFailedText(user: Pokemon, target: Pokemon, move: Move, cancelled: Utils.BooleanHolder): string | null {
|
||||
/**
|
||||
* Get the substitute-specific failure message if one should be displayed.
|
||||
* @param user The pokemon using the move.
|
||||
* @returns The substitute-specific failure message if the conditions apply, otherwise `undefined`
|
||||
*/
|
||||
getFailedText(user: Pokemon, _target: Pokemon, _move: Move): string | undefined {
|
||||
if (user.getTag(SubstituteTag)) {
|
||||
return i18next.t("moveTriggers:substituteOnOverlap", { pokemonName: getPokemonNameWithAffix(user) });
|
||||
} else if (user.hp <= Math.floor(user.getMaxHp() / 4) || user.getMaxHp() === 1) {
|
||||
return i18next.t("moveTriggers:substituteNotEnoughHp");
|
||||
} else {
|
||||
return i18next.t("battle:attackFailed");
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1866,7 +1944,7 @@ export class FlameBurstAttr extends MoveEffectAttr {
|
||||
* @param args - n/a
|
||||
* @returns A boolean indicating whether the effect was successfully applied.
|
||||
*/
|
||||
apply(user: Pokemon, target: Pokemon, move: Move, args: any[]): boolean | Promise<boolean> {
|
||||
apply(user: Pokemon, target: Pokemon, move: Move, args: any[]): boolean {
|
||||
const targetAlly = target.getAlly();
|
||||
const cancelled = new Utils.BooleanHolder(false);
|
||||
|
||||
@ -2406,32 +2484,27 @@ export class StealHeldItemChanceAttr extends MoveEffectAttr {
|
||||
this.chance = chance;
|
||||
}
|
||||
|
||||
apply(user: Pokemon, target: Pokemon, move: Move, args: any[]): Promise<boolean> {
|
||||
return new Promise<boolean>(resolve => {
|
||||
apply(user: Pokemon, target: Pokemon, move: Move, args: any[]): boolean {
|
||||
if (move.hitsSubstitute(user, target)) {
|
||||
return resolve(false);
|
||||
}
|
||||
const rand = Phaser.Math.RND.realInRange(0, 1);
|
||||
if (rand >= this.chance) {
|
||||
return resolve(false);
|
||||
}
|
||||
const heldItems = this.getTargetHeldItems(target).filter(i => i.isTransferable);
|
||||
if (heldItems.length) {
|
||||
const poolType = target.isPlayer() ? ModifierPoolType.PLAYER : target.hasTrainer() ? ModifierPoolType.TRAINER : ModifierPoolType.WILD;
|
||||
const highestItemTier = heldItems.map(m => m.type.getOrInferTier(poolType)).reduce((highestTier, tier) => Math.max(tier!, highestTier), 0); // TODO: is the bang after tier correct?
|
||||
const tierHeldItems = heldItems.filter(m => m.type.getOrInferTier(poolType) === highestItemTier);
|
||||
const stolenItem = tierHeldItems[user.randSeedInt(tierHeldItems.length)];
|
||||
globalScene.tryTransferHeldItemModifier(stolenItem, user, false).then(success => {
|
||||
if (success) {
|
||||
globalScene.queueMessage(i18next.t("moveTriggers:stoleItem", { pokemonName: getPokemonNameWithAffix(user), targetName: getPokemonNameWithAffix(target), itemName: stolenItem.type.name }));
|
||||
}
|
||||
resolve(success);
|
||||
});
|
||||
return;
|
||||
return false;
|
||||
}
|
||||
|
||||
resolve(false);
|
||||
});
|
||||
const rand = Phaser.Math.RND.realInRange(0, 1);
|
||||
if (rand >= this.chance) {
|
||||
return false;
|
||||
}
|
||||
const heldItems = this.getTargetHeldItems(target).filter((i) => i.isTransferable);
|
||||
if (heldItems.length) {
|
||||
const poolType = target.isPlayer() ? ModifierPoolType.PLAYER : target.hasTrainer() ? ModifierPoolType.TRAINER : ModifierPoolType.WILD;
|
||||
const highestItemTier = heldItems.map((m) => m.type.getOrInferTier(poolType)).reduce((highestTier, tier) => Math.max(tier!, highestTier), 0); // TODO: is the bang after tier correct?
|
||||
const tierHeldItems = heldItems.filter((m) => m.type.getOrInferTier(poolType) === highestItemTier);
|
||||
const stolenItem = tierHeldItems[user.randSeedInt(tierHeldItems.length)];
|
||||
if (globalScene.tryTransferHeldItemModifier(stolenItem, user, false)) {
|
||||
globalScene.queueMessage(i18next.t("moveTriggers:stoleItem", { pokemonName: getPokemonNameWithAffix(user), targetName: getPokemonNameWithAffix(target), itemName: stolenItem.type.name }));
|
||||
return true;
|
||||
}
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
getTargetHeldItems(target: Pokemon): PokemonHeldItemModifier[] {
|
||||
@ -2875,9 +2948,7 @@ export class WeatherInstantChargeAttr extends InstantChargeAttr {
|
||||
}
|
||||
|
||||
export class OverrideMoveEffectAttr extends MoveAttr {
|
||||
apply(user: Pokemon, target: Pokemon, move: Move, args: any[]): boolean | Promise<boolean> {
|
||||
//const overridden = args[0] as Utils.BooleanHolder;
|
||||
//const virtual = arg[1] as boolean;
|
||||
apply(user: Pokemon, target: Pokemon, move: Move, args: any[]): boolean {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
@ -2903,26 +2974,27 @@ export class DelayedAttackAttr extends OverrideMoveEffectAttr {
|
||||
this.chargeText = chargeText;
|
||||
}
|
||||
|
||||
apply(user: Pokemon, target: Pokemon, move: Move, args: any[]): Promise<boolean> {
|
||||
apply(user: Pokemon, target: Pokemon, move: Move, args: any[]): boolean {
|
||||
// Edge case for the move applied on a pokemon that has fainted
|
||||
if (!target) {
|
||||
return Promise.resolve(true);
|
||||
return true;
|
||||
}
|
||||
const side = target.isPlayer() ? ArenaTagSide.PLAYER : ArenaTagSide.ENEMY;
|
||||
return new Promise(resolve => {
|
||||
if (args.length < 2 || !args[1]) {
|
||||
new MoveChargeAnim(this.chargeAnim, move.id, user).play(false, () => {
|
||||
(args[0] as Utils.BooleanHolder).value = true;
|
||||
|
||||
const overridden = args[0] as Utils.BooleanHolder;
|
||||
const virtual = args[1] as boolean;
|
||||
|
||||
if (!virtual) {
|
||||
overridden.value = true;
|
||||
globalScene.unshiftPhase(new MoveAnimPhase(new MoveChargeAnim(this.chargeAnim, move.id, user)));
|
||||
globalScene.queueMessage(this.chargeText.replace("{TARGET}", getPokemonNameWithAffix(target)).replace("{USER}", getPokemonNameWithAffix(user)));
|
||||
user.pushMoveHistory({ move: move.id, targets: [ target.getBattlerIndex() ], result: MoveResult.OTHER });
|
||||
const side = target.isPlayer() ? ArenaTagSide.PLAYER : ArenaTagSide.ENEMY;
|
||||
globalScene.arena.addTag(this.tagType, 3, move.id, user.id, side, false, target.getBattlerIndex());
|
||||
|
||||
resolve(true);
|
||||
});
|
||||
} else {
|
||||
globalScene.ui.showText(i18next.t("moveTriggers:tookMoveAttack", { pokemonName: getPokemonNameWithAffix(globalScene.getPokemonById(target.id) ?? undefined), moveName: move.name }), null, () => resolve(true));
|
||||
globalScene.queueMessage(i18next.t("moveTriggers:tookMoveAttack", { pokemonName: getPokemonNameWithAffix(globalScene.getPokemonById(target.id) ?? undefined), moveName: move.name }));
|
||||
}
|
||||
});
|
||||
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
@ -3053,7 +3125,7 @@ export class StatStageChangeAttr extends MoveEffectAttr {
|
||||
* @param args unused
|
||||
* @returns whether stat stages were changed
|
||||
*/
|
||||
apply(user: Pokemon, target: Pokemon, move: Move, args?: any[]): boolean | Promise<boolean> {
|
||||
apply(user: Pokemon, target: Pokemon, move: Move, args?: any[]): boolean {
|
||||
if (!super.apply(user, target, move, args) || (this.condition && !this.condition(user, target, move))) {
|
||||
return false;
|
||||
}
|
||||
@ -3131,7 +3203,7 @@ export class SecretPowerAttr extends MoveEffectAttr {
|
||||
* Used to apply the secondary effect to the target Pokemon
|
||||
* @returns `true` if a secondary effect is successfully applied
|
||||
*/
|
||||
override apply(user: Pokemon, target: Pokemon, move: Move, args?: any[]): boolean | Promise<boolean> {
|
||||
override apply(user: Pokemon, target: Pokemon, move: Move, args?: any[]): boolean {
|
||||
if (!super.apply(user, target, move, args)) {
|
||||
return false;
|
||||
}
|
||||
@ -3286,8 +3358,8 @@ export class AcupressureStatStageChangeAttr extends MoveEffectAttr {
|
||||
super();
|
||||
}
|
||||
|
||||
apply(user: Pokemon, target: Pokemon, move: Move, args: any[]): boolean | Promise<boolean> {
|
||||
const randStats = BATTLE_STATS.filter(s => target.getStatStage(s) < 6);
|
||||
override apply(user: Pokemon, target: Pokemon, move: Move, args: any[]): boolean {
|
||||
const randStats = BATTLE_STATS.filter((s) => target.getStatStage(s) < 6);
|
||||
if (randStats.length > 0) {
|
||||
const boostStat = [ randStats[user.randSeedInt(randStats.length)] ];
|
||||
globalScene.unshiftPhase(new StatStageChangePhase(target.getBattlerIndex(), this.selfTarget, boostStat, 2));
|
||||
@ -3324,17 +3396,14 @@ export class CutHpStatStageBoostAttr extends StatStageChangeAttr {
|
||||
this.messageCallback = messageCallback;
|
||||
}
|
||||
|
||||
apply(user: Pokemon, target: Pokemon, move: Move, args: any[]): Promise<boolean> {
|
||||
return new Promise<boolean>(resolve => {
|
||||
override apply(user: Pokemon, target: Pokemon, move: Move, args: any[]): boolean {
|
||||
user.damageAndUpdate(Utils.toDmgValue(user.getMaxHp() / this.cutRatio), HitResult.OTHER, false, true);
|
||||
user.updateInfo().then(() => {
|
||||
user.updateInfo();
|
||||
const ret = super.apply(user, target, move, args);
|
||||
if (this.messageCallback) {
|
||||
this.messageCallback(user);
|
||||
}
|
||||
resolve(ret);
|
||||
});
|
||||
});
|
||||
return ret;
|
||||
}
|
||||
|
||||
getCondition(): MoveConditionFunc {
|
||||
@ -3426,28 +3495,27 @@ export class ResetStatsAttr extends MoveEffectAttr {
|
||||
super();
|
||||
this.targetAllPokemon = targetAllPokemon;
|
||||
}
|
||||
async apply(user: Pokemon, target: Pokemon, move: Move, args: any[]): Promise<boolean> {
|
||||
const promises: Promise<void>[] = [];
|
||||
if (this.targetAllPokemon) { // Target all pokemon on the field when Freezy Frost or Haze are used
|
||||
|
||||
override apply(user: Pokemon, target: Pokemon, move: Move, args: any[]): boolean {
|
||||
if (this.targetAllPokemon) {
|
||||
// Target all pokemon on the field when Freezy Frost or Haze are used
|
||||
const activePokemon = globalScene.getField(true);
|
||||
activePokemon.forEach(p => promises.push(this.resetStats(p)));
|
||||
activePokemon.forEach((p) => this.resetStats(p));
|
||||
globalScene.queueMessage(i18next.t("moveTriggers:statEliminated"));
|
||||
} else { // Affects only the single target when Clear Smog is used
|
||||
if (!move.hitsSubstitute(user, target)) {
|
||||
promises.push(this.resetStats(target));
|
||||
this.resetStats(target);
|
||||
globalScene.queueMessage(i18next.t("moveTriggers:resetStats", { pokemonName: getPokemonNameWithAffix(target) }));
|
||||
}
|
||||
}
|
||||
|
||||
await Promise.all(promises);
|
||||
return true;
|
||||
}
|
||||
|
||||
async resetStats(pokemon: Pokemon): Promise<void> {
|
||||
private resetStats(pokemon: Pokemon): void {
|
||||
for (const s of BATTLE_STATS) {
|
||||
pokemon.setStatStage(s, 0);
|
||||
}
|
||||
return pokemon.updateInfo();
|
||||
pokemon.updateInfo();
|
||||
}
|
||||
}
|
||||
|
||||
@ -3503,43 +3571,28 @@ export class SwapStatStagesAttr extends MoveEffectAttr {
|
||||
}
|
||||
|
||||
export class HpSplitAttr extends MoveEffectAttr {
|
||||
apply(user: Pokemon, target: Pokemon, move: Move, args: any[]): Promise<boolean> {
|
||||
return new Promise(resolve => {
|
||||
apply(user: Pokemon, target: Pokemon, move: Move, args: any[]): boolean {
|
||||
if (!super.apply(user, target, move, args)) {
|
||||
return resolve(false);
|
||||
return false;
|
||||
}
|
||||
|
||||
const infoUpdates: Promise<void>[] = [];
|
||||
|
||||
const hpValue = Math.floor((target.hp + user.hp) / 2);
|
||||
if (user.hp < hpValue) {
|
||||
const healing = user.heal(hpValue - user.hp);
|
||||
[ user, target ].forEach((p) => {
|
||||
if (p.hp < hpValue) {
|
||||
const healing = p.heal(hpValue - p.hp);
|
||||
if (healing) {
|
||||
globalScene.damageNumberHandler.add(user, healing, HitResult.HEAL);
|
||||
globalScene.damageNumberHandler.add(p, healing, HitResult.HEAL);
|
||||
}
|
||||
} else if (user.hp > hpValue) {
|
||||
const damage = user.damage(user.hp - hpValue, true);
|
||||
} else if (p.hp > hpValue) {
|
||||
const damage = p.damage(p.hp - hpValue, true);
|
||||
if (damage) {
|
||||
globalScene.damageNumberHandler.add(user, damage);
|
||||
globalScene.damageNumberHandler.add(p, damage);
|
||||
}
|
||||
}
|
||||
infoUpdates.push(user.updateInfo());
|
||||
|
||||
if (target.hp < hpValue) {
|
||||
const healing = target.heal(hpValue - target.hp);
|
||||
if (healing) {
|
||||
globalScene.damageNumberHandler.add(user, healing, HitResult.HEAL);
|
||||
}
|
||||
} else if (target.hp > hpValue) {
|
||||
const damage = target.damage(target.hp - hpValue, true);
|
||||
if (damage) {
|
||||
globalScene.damageNumberHandler.add(target, damage);
|
||||
}
|
||||
}
|
||||
infoUpdates.push(target.updateInfo());
|
||||
|
||||
return Promise.all(infoUpdates).then(() => resolve(true));
|
||||
p.updateInfo();
|
||||
});
|
||||
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
@ -6024,22 +6077,17 @@ export class RevivalBlessingAttr extends MoveEffectAttr {
|
||||
* @param args N/A
|
||||
* @returns Promise, true if function succeeds.
|
||||
*/
|
||||
apply(user: Pokemon, target: Pokemon, move: Move, args: any[]): Promise<boolean> {
|
||||
return new Promise(resolve => {
|
||||
override apply(user: Pokemon, target: Pokemon, move: Move, args: any[]): boolean {
|
||||
// If user is player, checks if the user has fainted pokemon
|
||||
if (user instanceof PlayerPokemon
|
||||
&& globalScene.getPlayerParty().findIndex(p => p.isFainted()) > -1) {
|
||||
(user as PlayerPokemon).revivalBlessing().then(() => {
|
||||
resolve(true);
|
||||
});
|
||||
// If user is enemy, checks that it is a trainer, and it has fainted non-boss pokemon in party
|
||||
} else if (user instanceof EnemyPokemon
|
||||
&& user.hasTrainer()
|
||||
&& globalScene.getEnemyParty().findIndex(p => p.isFainted() && !p.isBoss()) > -1) {
|
||||
// Selects a random fainted pokemon
|
||||
const faintedPokemon = globalScene.getEnemyParty().filter(p => p.isFainted() && !p.isBoss());
|
||||
if (user instanceof PlayerPokemon) {
|
||||
globalScene.unshiftPhase(new RevivalBlessingPhase(user));
|
||||
return true;
|
||||
} else if (user instanceof EnemyPokemon && user.hasTrainer() && globalScene.getEnemyParty().findIndex((p) => p.isFainted() && !p.isBoss()) > -1) {
|
||||
// If used by an enemy trainer with at least one fainted non-boss Pokemon, this
|
||||
// revives one of said Pokemon selected at random.
|
||||
const faintedPokemon = globalScene.getEnemyParty().filter((p) => p.isFainted() && !p.isBoss());
|
||||
const pokemon = faintedPokemon[user.randSeedInt(faintedPokemon.length)];
|
||||
const slotIndex = globalScene.getEnemyParty().findIndex(p => pokemon.id === p.id);
|
||||
const slotIndex = globalScene.getEnemyParty().findIndex((p) => pokemon.id === p.id);
|
||||
pokemon.resetStatus();
|
||||
pokemon.heal(Math.min(Utils.toDmgValue(0.5 * pokemon.getMaxHp()), pokemon.getMaxHp()));
|
||||
globalScene.queueMessage(i18next.t("moveTriggers:revivalBlessing", { pokemonName: getPokemonNameWithAffix(pokemon) }), 0, true);
|
||||
@ -6052,16 +6100,21 @@ export class RevivalBlessingAttr extends MoveEffectAttr {
|
||||
globalScene.unshiftPhase(new SwitchSummonPhase(SwitchType.SWITCH, allyPokemon.getFieldIndex(), slotIndex, false, false));
|
||||
}
|
||||
}
|
||||
resolve(true);
|
||||
} else {
|
||||
globalScene.queueMessage(i18next.t("battle:attackFailed"));
|
||||
resolve(false);
|
||||
return true;
|
||||
}
|
||||
});
|
||||
return false;
|
||||
}
|
||||
|
||||
getUserBenefitScore(user: Pokemon, target: Pokemon, move: Move): number {
|
||||
if (user.hasTrainer() && globalScene.getEnemyParty().findIndex(p => p.isFainted() && !p.isBoss()) > -1) {
|
||||
getCondition(): MoveConditionFunc {
|
||||
return (user, target, move) =>
|
||||
(user instanceof PlayerPokemon && globalScene.getPlayerParty().some((p) => p.isFainted())) ||
|
||||
(user instanceof EnemyPokemon &&
|
||||
user.hasTrainer() &&
|
||||
globalScene.getEnemyParty().some((p) => p.isFainted() && !p.isBoss()));
|
||||
}
|
||||
|
||||
override getUserBenefitScore(user: Pokemon, _target: Pokemon, _move: Move): number {
|
||||
if (user.hasTrainer() && globalScene.getEnemyParty().some((p) => p.isFainted() && !p.isBoss())) {
|
||||
return 20;
|
||||
}
|
||||
|
||||
@ -6240,10 +6293,12 @@ export class ForceSwitchOutAttr extends MoveEffectAttr {
|
||||
return (user, target, move) => (move.category !== MoveCategory.STATUS || this.getSwitchOutCondition()(user, target, move));
|
||||
}
|
||||
|
||||
getFailedText(user: Pokemon, target: Pokemon, move: Move, cancelled: Utils.BooleanHolder): string | null {
|
||||
getFailedText(_user: Pokemon, target: Pokemon, _move: Move): string | undefined {
|
||||
const blockedByAbility = new Utils.BooleanHolder(false);
|
||||
applyAbAttrs(ForceSwitchOutImmunityAbAttr, target, blockedByAbility);
|
||||
return blockedByAbility.value ? i18next.t("moveTriggers:cannotBeSwitchedOut", { pokemonName: getPokemonNameWithAffix(target) }) : null;
|
||||
if (blockedByAbility.value) {
|
||||
return i18next.t("moveTriggers:cannotBeSwitchedOut", { pokemonName: getPokemonNameWithAffix(target) });
|
||||
}
|
||||
}
|
||||
|
||||
getSwitchOutCondition(): MoveConditionFunc {
|
||||
@ -6579,7 +6634,7 @@ export class FirstMoveTypeAttr extends MoveEffectAttr {
|
||||
class CallMoveAttr extends OverrideMoveEffectAttr {
|
||||
protected invalidMoves: Moves[];
|
||||
protected hasTarget: boolean;
|
||||
async apply(user: Pokemon, target: Pokemon, move: Move, args: any[]): Promise<boolean> {
|
||||
apply(user: Pokemon, target: Pokemon, move: Move, args: any[]): boolean {
|
||||
const replaceMoveTarget = move.moveTarget === MoveTarget.NEAR_OTHER ? MoveTarget.NEAR_ENEMY : undefined;
|
||||
const moveTargets = getMoveTargets(user, move.id, replaceMoveTarget);
|
||||
if (moveTargets.targets.length === 0) {
|
||||
@ -6589,11 +6644,8 @@ class CallMoveAttr extends OverrideMoveEffectAttr {
|
||||
? moveTargets.targets
|
||||
: [ this.hasTarget ? target.getBattlerIndex() : moveTargets.targets[user.randSeedInt(moveTargets.targets.length)] ]; // account for Mirror Move having a target already
|
||||
user.getMoveQueue().push({ move: move.id, targets: targets, virtual: true, ignorePP: true });
|
||||
globalScene.unshiftPhase(new LoadMoveAnimPhase(move.id));
|
||||
globalScene.unshiftPhase(new MovePhase(user, targets, new PokemonMove(move.id, 0, 0, true), true, true));
|
||||
|
||||
await Promise.resolve(initMoveAnim(move.id).then(() => {
|
||||
loadMoveAnimAssets([ move.id ], true);
|
||||
}));
|
||||
return true;
|
||||
}
|
||||
}
|
||||
@ -6626,7 +6678,7 @@ export class RandomMoveAttr extends CallMoveAttr {
|
||||
* @param move Move being used
|
||||
* @param args Unused
|
||||
*/
|
||||
apply(user: Pokemon, target: Pokemon, move: Move, args: any[]): Promise<boolean> {
|
||||
override apply(user: Pokemon, target: Pokemon, move: Move, args: any[]): boolean {
|
||||
const moveIds = Utils.getEnumValues(Moves).map(m => !this.invalidMoves.includes(m) && !allMoves[m].name.endsWith(" (N)") ? m : Moves.NONE);
|
||||
let moveId: Moves = Moves.NONE;
|
||||
do {
|
||||
@ -6663,7 +6715,7 @@ export class RandomMovesetMoveAttr extends CallMoveAttr {
|
||||
* @param move Move being used
|
||||
* @param args Unused
|
||||
*/
|
||||
apply(user: Pokemon, target: Pokemon, move: Move, args: any[]): Promise<boolean> {
|
||||
apply(user: Pokemon, target: Pokemon, move: Move, args: any[]): boolean {
|
||||
return super.apply(user, target, allMoves[this.moveId], args);
|
||||
}
|
||||
|
||||
@ -6965,8 +7017,7 @@ const invalidCopycatMoves = [
|
||||
];
|
||||
|
||||
export class NaturePowerAttr extends OverrideMoveEffectAttr {
|
||||
apply(user: Pokemon, target: Pokemon, move: Move, args: any[]): Promise<boolean> {
|
||||
return new Promise(resolve => {
|
||||
apply(user: Pokemon, target: Pokemon, move: Move, args: any[]): boolean {
|
||||
let moveId;
|
||||
switch (globalScene.arena.getTerrainType()) {
|
||||
// this allows terrains to 'override' the biome move
|
||||
@ -7098,12 +7149,9 @@ export class NaturePowerAttr extends OverrideMoveEffectAttr {
|
||||
}
|
||||
|
||||
user.getMoveQueue().push({ move: moveId, targets: [ target.getBattlerIndex() ], ignorePP: true });
|
||||
globalScene.unshiftPhase(new LoadMoveAnimPhase(moveId));
|
||||
globalScene.unshiftPhase(new MovePhase(user, [ target.getBattlerIndex() ], new PokemonMove(moveId, 0, 0, true), true));
|
||||
initMoveAnim(moveId).then(() => {
|
||||
loadMoveAnimAssets([ moveId ], true)
|
||||
.then(() => resolve(true));
|
||||
});
|
||||
});
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
@ -7121,7 +7169,7 @@ export class CopyMoveAttr extends CallMoveAttr {
|
||||
this.invalidMoves = invalidMoves;
|
||||
}
|
||||
|
||||
apply(user: Pokemon, target: Pokemon, move: Move, args: any[]): Promise<boolean> {
|
||||
apply(user: Pokemon, target: Pokemon, move: Move, args: any[]): boolean {
|
||||
this.hasTarget = this.mirrorMove;
|
||||
const lastMove = this.mirrorMove ? target.getLastXMoves()[0].move : globalScene.currentBattle.lastMove;
|
||||
return super.apply(user, target, allMoves[lastMove], args);
|
||||
@ -7682,50 +7730,15 @@ export class SuppressAbilitiesIfActedAttr extends MoveEffectAttr {
|
||||
* Used by Transform
|
||||
*/
|
||||
export class TransformAttr extends MoveEffectAttr {
|
||||
async apply(user: Pokemon, target: Pokemon, move: Move, args: any[]): Promise<boolean> {
|
||||
override apply(user: Pokemon, target: Pokemon, move: Move, args: any[]): boolean {
|
||||
if (!super.apply(user, target, move, args)) {
|
||||
return false;
|
||||
}
|
||||
|
||||
const promises: Promise<void>[] = [];
|
||||
user.summonData.speciesForm = target.getSpeciesForm();
|
||||
user.summonData.gender = target.getGender();
|
||||
|
||||
// Power Trick's effect will not preserved after using Transform
|
||||
user.removeTag(BattlerTagType.POWER_TRICK);
|
||||
|
||||
// Copy all stats (except HP)
|
||||
for (const s of EFFECTIVE_STATS) {
|
||||
user.setStat(s, target.getStat(s, false), false);
|
||||
}
|
||||
|
||||
// Copy all stat stages
|
||||
for (const s of BATTLE_STATS) {
|
||||
user.setStatStage(s, target.getStatStage(s));
|
||||
}
|
||||
|
||||
user.summonData.moveset = target.getMoveset().map((m) => {
|
||||
if (m) {
|
||||
// If PP value is less than 5, do nothing. If greater, we need to reduce the value to 5.
|
||||
return new PokemonMove(m.moveId, 0, 0, false, Math.min(m.getMove().pp, 5));
|
||||
} else {
|
||||
console.warn(`Transform: somehow iterating over a ${m} value when copying moveset!`);
|
||||
return new PokemonMove(Moves.NONE);
|
||||
}
|
||||
});
|
||||
user.summonData.types = target.getTypes();
|
||||
promises.push(user.updateInfo());
|
||||
globalScene.unshiftPhase(new PokemonTransformPhase(user.getBattlerIndex(), target.getBattlerIndex()));
|
||||
|
||||
globalScene.queueMessage(i18next.t("moveTriggers:transformedIntoTarget", { pokemonName: getPokemonNameWithAffix(user), targetName: getPokemonNameWithAffix(target) }));
|
||||
|
||||
promises.push(user.loadAssets(false).then(() => {
|
||||
user.playAnim();
|
||||
user.updateInfo();
|
||||
// If the new ability activates immediately, it needs to happen after all the transform animations
|
||||
user.setTempAbility(target.getAbility());
|
||||
}));
|
||||
|
||||
await Promise.all(promises);
|
||||
return true;
|
||||
}
|
||||
}
|
||||
@ -8128,44 +8141,54 @@ const attackedByItemMessageFunc = (user: Pokemon, target: Pokemon, move: Move) =
|
||||
|
||||
export type MoveAttrFilter = (attr: MoveAttr) => boolean;
|
||||
|
||||
function applyMoveAttrsInternal(attrFilter: MoveAttrFilter, user: Pokemon | null, target: Pokemon | null, move: Move, args: any[]): Promise<void> {
|
||||
return new Promise(resolve => {
|
||||
const attrPromises: Promise<boolean>[] = [];
|
||||
const moveAttrs = move.attrs.filter(a => attrFilter(a));
|
||||
for (const attr of moveAttrs) {
|
||||
const result = attr.apply(user, target, move, args);
|
||||
if (result instanceof Promise) {
|
||||
attrPromises.push(result);
|
||||
}
|
||||
}
|
||||
Promise.allSettled(attrPromises).then(() => resolve());
|
||||
});
|
||||
function applyMoveAttrsInternal(
|
||||
attrFilter: MoveAttrFilter,
|
||||
user: Pokemon | null,
|
||||
target: Pokemon | null,
|
||||
move: Move,
|
||||
args: any[],
|
||||
): void {
|
||||
move.attrs.filter((attr) => attrFilter(attr)).forEach((attr) => attr.apply(user, target, move, args));
|
||||
}
|
||||
|
||||
function applyMoveChargeAttrsInternal(attrFilter: MoveAttrFilter, user: Pokemon | null, target: Pokemon | null, move: ChargingMove, args: any[]): Promise<void> {
|
||||
return new Promise(resolve => {
|
||||
const chargeAttrPromises: Promise<boolean>[] = [];
|
||||
const chargeMoveAttrs = move.chargeAttrs.filter(a => attrFilter(a));
|
||||
for (const attr of chargeMoveAttrs) {
|
||||
const result = attr.apply(user, target, move, args);
|
||||
if (result instanceof Promise) {
|
||||
chargeAttrPromises.push(result);
|
||||
}
|
||||
}
|
||||
Promise.allSettled(chargeAttrPromises).then(() => resolve());
|
||||
});
|
||||
function applyMoveChargeAttrsInternal(
|
||||
attrFilter: MoveAttrFilter,
|
||||
user: Pokemon | null,
|
||||
target: Pokemon | null,
|
||||
move: ChargingMove,
|
||||
args: any[],
|
||||
): void {
|
||||
move.chargeAttrs.filter((attr) => attrFilter(attr)).forEach((attr) => attr.apply(user, target, move, args));
|
||||
}
|
||||
|
||||
export function applyMoveAttrs(attrType: Constructor<MoveAttr>, user: Pokemon | null, target: Pokemon | null, move: Move, ...args: any[]): Promise<void> {
|
||||
return applyMoveAttrsInternal((attr: MoveAttr) => attr instanceof attrType, user, target, move, args);
|
||||
export function applyMoveAttrs(
|
||||
attrType: Constructor<MoveAttr>,
|
||||
user: Pokemon | null,
|
||||
target: Pokemon | null,
|
||||
move: Move,
|
||||
...args: any[]
|
||||
): void {
|
||||
applyMoveAttrsInternal((attr: MoveAttr) => attr instanceof attrType, user, target, move, args);
|
||||
}
|
||||
|
||||
export function applyFilteredMoveAttrs(attrFilter: MoveAttrFilter, user: Pokemon, target: Pokemon | null, move: Move, ...args: any[]): Promise<void> {
|
||||
return applyMoveAttrsInternal(attrFilter, user, target, move, args);
|
||||
export function applyFilteredMoveAttrs(
|
||||
attrFilter: MoveAttrFilter,
|
||||
user: Pokemon,
|
||||
target: Pokemon | null,
|
||||
move: Move,
|
||||
...args: any[]
|
||||
): void {
|
||||
applyMoveAttrsInternal(attrFilter, user, target, move, args);
|
||||
}
|
||||
|
||||
export function applyMoveChargeAttrs(attrType: Constructor<MoveAttr>, user: Pokemon | null, target: Pokemon | null, move: ChargingMove, ...args: any[]): Promise<void> {
|
||||
return applyMoveChargeAttrsInternal((attr: MoveAttr) => attr instanceof attrType, user, target, move, args);
|
||||
export function applyMoveChargeAttrs(
|
||||
attrType: Constructor<MoveAttr>,
|
||||
user: Pokemon | null,
|
||||
target: Pokemon | null,
|
||||
move: ChargingMove,
|
||||
...args: any[]
|
||||
): void {
|
||||
applyMoveChargeAttrsInternal((attr: MoveAttr) => attr instanceof attrType, user, target, move, args);
|
||||
}
|
||||
|
||||
export class MoveCondition {
|
||||
@ -8844,6 +8867,7 @@ export function initMoves() {
|
||||
new AttackMove(Moves.PSYWAVE, Type.PSYCHIC, MoveCategory.SPECIAL, -1, 100, 15, -1, 0, 1)
|
||||
.attr(RandomLevelDamageAttr),
|
||||
new SelfStatusMove(Moves.SPLASH, Type.NORMAL, -1, 40, -1, 0, 1)
|
||||
.attr(SplashAttr)
|
||||
.condition(failOnGravityCondition),
|
||||
new SelfStatusMove(Moves.ACID_ARMOR, Type.POISON, -1, 20, -1, 0, 1)
|
||||
.attr(StatStageChangeAttr, [ Stat.DEF ], 2, true),
|
||||
@ -9227,8 +9251,8 @@ export function initMoves() {
|
||||
.attr(BypassBurnDamageReductionAttr),
|
||||
new AttackMove(Moves.FOCUS_PUNCH, Type.FIGHTING, MoveCategory.PHYSICAL, 150, 100, 20, -1, -3, 3)
|
||||
.attr(MessageHeaderAttr, (user, move) => i18next.t("moveTriggers:isTighteningFocus", { pokemonName: getPokemonNameWithAffix(user) }))
|
||||
.punchingMove()
|
||||
.condition((user, target, move) => !user.turnData.attacksReceived.find(r => r.damage)),
|
||||
.attr(PreUseInterruptAttr, i18next.t("moveTriggers:lostFocus"), user => !!user.turnData.attacksReceived.find(r => r.damage))
|
||||
.punchingMove(),
|
||||
new AttackMove(Moves.SMELLING_SALTS, Type.NORMAL, MoveCategory.PHYSICAL, 70, 100, 10, -1, 0, 3)
|
||||
.attr(MovePowerMultiplierAttr, (user, target, move) => target.status?.effect === StatusEffect.PARALYSIS ? 2 : 1)
|
||||
.attr(HealStatusEffectAttr, true, StatusEffect.PARALYSIS),
|
||||
@ -10286,7 +10310,8 @@ export function initMoves() {
|
||||
.target(MoveTarget.BOTH_SIDES),
|
||||
new AttackMove(Moves.DAZZLING_GLEAM, Type.FAIRY, MoveCategory.SPECIAL, 80, 100, 10, -1, 0, 6)
|
||||
.target(MoveTarget.ALL_NEAR_ENEMIES),
|
||||
new SelfStatusMove(Moves.CELEBRATE, Type.NORMAL, -1, 40, -1, 0, 6),
|
||||
new SelfStatusMove(Moves.CELEBRATE, Type.NORMAL, -1, 40, -1, 0, 6)
|
||||
.attr(CelebrateAttr),
|
||||
new StatusMove(Moves.HOLD_HANDS, Type.NORMAL, -1, 40, -1, 0, 6)
|
||||
.ignoresSubstitute()
|
||||
.target(MoveTarget.NEAR_ALLY),
|
||||
|
@ -151,7 +151,7 @@ async function spawnNextTrainerOrEndEncounter() {
|
||||
|
||||
// Give 10x Voucher
|
||||
const newModifier = modifierTypes.VOUCHER_PREMIUM().newModifier();
|
||||
await globalScene.addModifier(newModifier);
|
||||
globalScene.addModifier(newModifier);
|
||||
globalScene.playSound("item_fanfare");
|
||||
await showEncounterText(i18next.t("battle:rewardGain", { modifierName: newModifier?.type.name }));
|
||||
|
||||
|
@ -406,7 +406,7 @@ async function doNewTeamPostProcess(transformations: PokemonTransformation[]) {
|
||||
// Copy old items to new pokemon
|
||||
for (const item of transformation.heldItems) {
|
||||
item.pokemonId = newPokemon.id;
|
||||
await globalScene.addModifier(item, false, false, false, true);
|
||||
globalScene.addModifier(item, false, false, false, true);
|
||||
}
|
||||
// Any pokemon that is below 570 BST gets +20 permanent BST to 3 stats
|
||||
if (shouldGetOldGateau(newPokemon)) {
|
||||
@ -416,7 +416,7 @@ async function doNewTeamPostProcess(transformations: PokemonTransformation[]) {
|
||||
?.withIdFromFunc(modifierTypes.MYSTERY_ENCOUNTER_OLD_GATEAU);
|
||||
const modifier = modType?.newModifier(newPokemon);
|
||||
if (modifier) {
|
||||
await globalScene.addModifier(modifier, false, false, false, true);
|
||||
globalScene.addModifier(modifier, false, false, false, true);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -47,6 +47,8 @@ import { StatusEffect } from "#enums/status-effect";
|
||||
import { globalScene } from "#app/global-scene";
|
||||
import { getPokemonSpecies } from "#app/data/pokemon-species";
|
||||
import { Type } from "#app/enums/type";
|
||||
import { getNatureName } from "#app/data/nature";
|
||||
import { getPokemonNameWithAffix } from "#app/messages";
|
||||
|
||||
/**
|
||||
* Animates exclamation sprite over trainer's head at start of encounter
|
||||
@ -357,7 +359,31 @@ export async function initBattleWithEnemyConfig(partyConfig: EnemyPartyConfig):
|
||||
|
||||
loadEnemyAssets.push(enemyPokemon.loadAssets());
|
||||
|
||||
console.log(`Pokemon: ${enemyPokemon.name}`, `Species ID: ${enemyPokemon.species.speciesId}`, `Stats: ${enemyPokemon.stats}`, `Ability: ${enemyPokemon.getAbility().name}`, `Passive Ability: ${enemyPokemon.getPassiveAbility().name}`);
|
||||
const stats: string[] = [
|
||||
`HP: ${enemyPokemon.stats[0]} (${enemyPokemon.ivs[0]})`,
|
||||
` Atk: ${enemyPokemon.stats[1]} (${enemyPokemon.ivs[1]})`,
|
||||
` Def: ${enemyPokemon.stats[2]} (${enemyPokemon.ivs[2]})`,
|
||||
` Spatk: ${enemyPokemon.stats[3]} (${enemyPokemon.ivs[3]})`,
|
||||
` Spdef: ${enemyPokemon.stats[4]} (${enemyPokemon.ivs[4]})`,
|
||||
` Spd: ${enemyPokemon.stats[5]} (${enemyPokemon.ivs[5]})`,
|
||||
];
|
||||
const moveset: string[] = [];
|
||||
enemyPokemon.getMoveset().forEach((move) => {
|
||||
moveset.push(move!.getName()); // TODO: remove `!` after moveset-null removal PR
|
||||
});
|
||||
|
||||
console.log(
|
||||
`Pokemon: ${getPokemonNameWithAffix(enemyPokemon)}`,
|
||||
`| Species ID: ${enemyPokemon.species.speciesId}`,
|
||||
`| Nature: ${getNatureName(enemyPokemon.nature, true, true, true)}`,
|
||||
);
|
||||
console.log(`Stats (IVs): ${stats}`);
|
||||
console.log(
|
||||
`Ability: ${enemyPokemon.getAbility().name}`,
|
||||
`| Passive Ability${enemyPokemon.hasPassive() ? "" : " (inactive)"}: ${enemyPokemon.getPassiveAbility().name}`,
|
||||
`${enemyPokemon.isBoss() ? `| Boss Bars: ${enemyPokemon.bossSegments}` : ""}`
|
||||
);
|
||||
console.log("Moveset:", moveset);
|
||||
});
|
||||
|
||||
globalScene.pushPhase(new MysteryEncounterBattlePhase(partyConfig.disableSwitch));
|
||||
|
@ -326,7 +326,7 @@ export async function modifyPlayerPokemonBST(pokemon: PlayerPokemon, value: numb
|
||||
?.withIdFromFunc(modifierTypes.MYSTERY_ENCOUNTER_SHUCKLE_JUICE);
|
||||
const modifier = modType?.newModifier(pokemon);
|
||||
if (modifier) {
|
||||
await globalScene.addModifier(modifier, false, false, false, true);
|
||||
globalScene.addModifier(modifier, false, false, false, true);
|
||||
pokemon.calculateStats();
|
||||
}
|
||||
}
|
||||
@ -359,7 +359,7 @@ export async function applyModifierTypeToPlayerPokemon(pokemon: PlayerPokemon, m
|
||||
return applyModifierTypeToPlayerPokemon(pokemon, fallbackModifierType);
|
||||
}
|
||||
|
||||
await globalScene.addModifier(modifier, false, false, false, true);
|
||||
globalScene.addModifier(modifier, false, false, false, true);
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -830,7 +830,11 @@ export default class PokemonSpecies extends PokemonSpeciesForm implements Locali
|
||||
}
|
||||
}
|
||||
|
||||
if (!allowEvolving || !pokemonEvolutions.hasOwnProperty(this.speciesId)) {
|
||||
if ( // If evolutions shouldn't happen, add more cases here :)
|
||||
!allowEvolving
|
||||
|| !pokemonEvolutions.hasOwnProperty(this.speciesId)
|
||||
|| globalScene.currentBattle?.waveIndex === 20 && globalScene.gameMode.isClassic && globalScene.currentBattle.trainer
|
||||
) {
|
||||
return this.speciesId;
|
||||
}
|
||||
|
||||
@ -1848,7 +1852,7 @@ export function initSpecies() {
|
||||
new PokemonSpecies(Species.REGIGIGAS, 4, true, false, false, "Colossal Pokémon", Type.NORMAL, null, 3.7, 420, Abilities.SLOW_START, Abilities.NONE, Abilities.NORMALIZE, 670, 110, 160, 110, 80, 110, 100, 3, 0, 335, GrowthRate.SLOW, null, false),
|
||||
new PokemonSpecies(Species.GIRATINA, 4, false, true, false, "Renegade Pokémon", Type.GHOST, Type.DRAGON, 4.5, 750, Abilities.PRESSURE, Abilities.NONE, Abilities.TELEPATHY, 680, 150, 100, 120, 100, 120, 90, 3, 0, 340, GrowthRate.SLOW, null, false, true,
|
||||
new PokemonForm("Altered Forme", "altered", Type.GHOST, Type.DRAGON, 4.5, 750, Abilities.PRESSURE, Abilities.NONE, Abilities.TELEPATHY, 680, 150, 100, 120, 100, 120, 90, 3, 0, 340, false, null, true),
|
||||
new PokemonForm("Origin Forme", "origin", Type.GHOST, Type.DRAGON, 6.9, 650, Abilities.LEVITATE, Abilities.NONE, Abilities.NONE, 680, 150, 120, 100, 120, 100, 90, 3, 0, 340),
|
||||
new PokemonForm("Origin Forme", "origin", Type.GHOST, Type.DRAGON, 6.9, 650, Abilities.LEVITATE, Abilities.NONE, Abilities.LEVITATE, 680, 150, 120, 100, 120, 100, 90, 3, 0, 340),
|
||||
),
|
||||
new PokemonSpecies(Species.CRESSELIA, 4, true, false, false, "Lunar Pokémon", Type.PSYCHIC, null, 1.5, 85.6, Abilities.LEVITATE, Abilities.NONE, Abilities.NONE, 580, 120, 70, 110, 75, 120, 85, 3, 100, 300, GrowthRate.SLOW, 0, false),
|
||||
new PokemonSpecies(Species.PHIONE, 4, false, false, true, "Sea Drifter Pokémon", Type.WATER, null, 0.4, 3.1, Abilities.HYDRATION, Abilities.NONE, Abilities.NONE, 480, 80, 80, 80, 80, 80, 80, 30, 70, 240, GrowthRate.SLOW, null, false),
|
||||
|