update snake charging stage

This commit is contained in:
Kelly Peng 2022-04-25 12:23:39 -04:00
parent ede5b07a7d
commit e3872fbd96
3 changed files with 54 additions and 28 deletions

View File

@ -1,8 +1,10 @@
{ {
"name" : "Bull", "name" : "Bull",
"spriteSheetImage": "Bull.png", "spriteSheetImage": "Bull.png",
"spriteWidth": 256, "spriteWidth": 64,
"spriteHeight": 64, "spriteHeight": 64,
"width": 256,
"height": 64,
"columns": 4, "columns": 4,
"rows": 1, "rows": 1,
"durationType": "time", "durationType": "time",

View File

@ -3,8 +3,10 @@
"spriteSheetImage": "Snake.png", "spriteSheetImage": "Snake.png",
"spriteWidth": 32, "spriteWidth": 32,
"spriteHeight": 32, "spriteHeight": 32,
"width": 160,
"height": 160,
"columns": 5, "columns": 5,
"rows": 4, "rows": 5,
"durationType": "time", "durationType": "time",
"animations": [ "animations": [
{ {
@ -80,7 +82,7 @@
] ]
}, },
{ {
"name": "ATTACK", "name": "CHARGE",
"repeat": false, "repeat": false,
"frames": [ "frames": [
{ {
@ -89,19 +91,33 @@
}, },
{ {
"index": 5, "index": 5,
"duration": 5 "duration": 10
}, },
{ {
"index": 6, "index": 6,
"duration": 5 "duration": 10
}, },
{ {
"index": 7, "index": 7,
"duration": 5 "duration": 10
}, },
{ {
"index": 8, "index": 8,
"duration": 5 "duration": 10
},
{
"index": 7,
"duration": 10
}
]
},
{
"name": "ATTACK",
"repeat": false,
"frames": [
{
"index": 0,
"duration": 10
}, },
{ {
"index": 9, "index": 9,
@ -113,6 +129,14 @@
}, },
{ {
"index": 11, "index": 11,
"duration": 5
},
{
"index": 12,
"duration": 5
},
{
"index": 13,
"duration": 10 "duration": 10
} }
@ -126,25 +150,17 @@
"index": 0, "index": 0,
"duration": 10 "duration": 10
}, },
{
"index": 12,
"duration": 5
},
{
"index": 13,
"duration": 5
},
{ {
"index": 14, "index": 14,
"duration": 5 "duration": 5
}, },
{ {
"index": 15, "index": 15,
"duration": 10 "duration": 5
}, },
{ {
"index": 16, "index": 16,
"duration": 10 "duration": 5
}, },
{ {
"index": 17, "index": 17,
@ -153,6 +169,14 @@
{ {
"index": 18, "index": 18,
"duration": 10 "duration": 10
},
{
"index": 19,
"duration": 10
},
{
"index": 20,
"duration": 10
} }
] ]
}, },
@ -164,25 +188,17 @@
"index": 0, "index": 0,
"duration": 10 "duration": 10
}, },
{
"index": 12,
"duration": 5
},
{
"index": 13,
"duration": 5
},
{ {
"index": 14, "index": 14,
"duration": 5 "duration": 5
}, },
{ {
"index": 15, "index": 15,
"duration": 10 "duration": 5
}, },
{ {
"index": 16, "index": 16,
"duration": 10 "duration": 5
}, },
{ {
"index": 17, "index": 17,
@ -191,6 +207,14 @@
{ {
"index": 18, "index": 18,
"duration": 10 "duration": 10
},
{
"index": 19,
"duration": 10
},
{
"index": 20,
"duration": 10
} }
] ]
}, },
@ -199,7 +223,7 @@
"repeat": true, "repeat": true,
"frames": [ "frames": [
{ {
"index": 18, "index": 21,
"duration": 10 "duration": 10
} }
] ]

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB