Firefighter better animations added

This commit is contained in:
2021-01-31 02:10:02 -05:00
parent 697ab6f8fc
commit 3481c20e4f
11 changed files with 75 additions and 44 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

View File

@ -28,7 +28,7 @@
},
{
"filename": "3",
"frame": { "x": 66, "y": 0, "w": 22, "h": 42 },
"frame": { "x": 0, "y": 42, "w": 22, "h": 42 },
"rotated": false,
"trimmed": false,
"spriteSourceSize": { "x": 0, "y": 0, "w": 22, "h": 42 },
@ -37,7 +37,7 @@
},
{
"filename": "4",
"frame": { "x": 88, "y": 0, "w": 22, "h": 42 },
"frame": { "x": 22, "y": 42, "w": 22, "h": 42 },
"rotated": false,
"trimmed": false,
"spriteSourceSize": { "x": 0, "y": 0, "w": 22, "h": 42 },
@ -46,7 +46,7 @@
},
{
"filename": "5",
"frame": { "x": 110, "y": 0, "w": 22, "h": 42 },
"frame": { "x": 44, "y": 42, "w": 22, "h": 42 },
"rotated": false,
"trimmed": false,
"spriteSourceSize": { "x": 0, "y": 0, "w": 22, "h": 42 },
@ -55,7 +55,7 @@
},
{
"filename": "6",
"frame": { "x": 132, "y": 0, "w": 22, "h": 42 },
"frame": { "x": 0, "y": 84, "w": 22, "h": 42 },
"rotated": false,
"trimmed": false,
"spriteSourceSize": { "x": 0, "y": 0, "w": 22, "h": 42 },
@ -64,7 +64,7 @@
},
{
"filename": "7",
"frame": { "x": 154, "y": 0, "w": 22, "h": 42 },
"frame": { "x": 22, "y": 84, "w": 22, "h": 42 },
"rotated": false,
"trimmed": false,
"spriteSourceSize": { "x": 0, "y": 0, "w": 22, "h": 42 },
@ -73,7 +73,7 @@
},
{
"filename": "8",
"frame": { "x": 176, "y": 0, "w": 22, "h": 42 },
"frame": { "x": 44, "y": 84, "w": 22, "h": 42 },
"rotated": false,
"trimmed": false,
"spriteSourceSize": { "x": 0, "y": 0, "w": 22, "h": 42 },
@ -86,11 +86,13 @@
"version": "1.2.25-x64",
"image": "firefighter.png",
"format": "RGBA8888",
"size": { "w": 198, "h": 42 },
"size": { "w": 66, "h": 126 },
"scale": "1",
"frameTags": [
{ "name": "idle", "from": 0, "to": 2, "direction": "forward" },
{ "name": "walk", "from": 3, "to": 8, "direction": "forward" }
{ "name": "walk", "from": 3, "to": 5, "direction": "forward" },
{ "name": "jump", "from": 6, "to": 6, "direction": "forward" },
{ "name": "fall", "from": 7, "to": 7, "direction": "forward" }
]
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB