update snake charging stage
This commit is contained in:
parent
ede5b07a7d
commit
e3872fbd96
|
@ -1,8 +1,10 @@
|
|||
{
|
||||
"name" : "Bull",
|
||||
"spriteSheetImage": "Bull.png",
|
||||
"spriteWidth": 256,
|
||||
"spriteWidth": 64,
|
||||
"spriteHeight": 64,
|
||||
"width": 256,
|
||||
"height": 64,
|
||||
"columns": 4,
|
||||
"rows": 1,
|
||||
"durationType": "time",
|
||||
|
|
|
@ -3,8 +3,10 @@
|
|||
"spriteSheetImage": "Snake.png",
|
||||
"spriteWidth": 32,
|
||||
"spriteHeight": 32,
|
||||
"width": 160,
|
||||
"height": 160,
|
||||
"columns": 5,
|
||||
"rows": 4,
|
||||
"rows": 5,
|
||||
"durationType": "time",
|
||||
"animations": [
|
||||
{
|
||||
|
@ -80,7 +82,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"name": "ATTACK",
|
||||
"name": "CHARGE",
|
||||
"repeat": false,
|
||||
"frames": [
|
||||
{
|
||||
|
@ -89,19 +91,33 @@
|
|||
},
|
||||
{
|
||||
"index": 5,
|
||||
"duration": 5
|
||||
"duration": 10
|
||||
},
|
||||
{
|
||||
"index": 6,
|
||||
"duration": 5
|
||||
"duration": 10
|
||||
},
|
||||
{
|
||||
"index": 7,
|
||||
"duration": 5
|
||||
"duration": 10
|
||||
},
|
||||
{
|
||||
"index": 8,
|
||||
"duration": 5
|
||||
"duration": 10
|
||||
},
|
||||
{
|
||||
"index": 7,
|
||||
"duration": 10
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "ATTACK",
|
||||
"repeat": false,
|
||||
"frames": [
|
||||
{
|
||||
"index": 0,
|
||||
"duration": 10
|
||||
},
|
||||
{
|
||||
"index": 9,
|
||||
|
@ -113,6 +129,14 @@
|
|||
},
|
||||
{
|
||||
"index": 11,
|
||||
"duration": 5
|
||||
},
|
||||
{
|
||||
"index": 12,
|
||||
"duration": 5
|
||||
},
|
||||
{
|
||||
"index": 13,
|
||||
"duration": 10
|
||||
}
|
||||
|
||||
|
@ -126,25 +150,17 @@
|
|||
"index": 0,
|
||||
"duration": 10
|
||||
},
|
||||
{
|
||||
"index": 12,
|
||||
"duration": 5
|
||||
},
|
||||
{
|
||||
"index": 13,
|
||||
"duration": 5
|
||||
},
|
||||
{
|
||||
"index": 14,
|
||||
"duration": 5
|
||||
},
|
||||
{
|
||||
"index": 15,
|
||||
"duration": 10
|
||||
"duration": 5
|
||||
},
|
||||
{
|
||||
"index": 16,
|
||||
"duration": 10
|
||||
"duration": 5
|
||||
},
|
||||
{
|
||||
"index": 17,
|
||||
|
@ -153,6 +169,14 @@
|
|||
{
|
||||
"index": 18,
|
||||
"duration": 10
|
||||
},
|
||||
{
|
||||
"index": 19,
|
||||
"duration": 10
|
||||
},
|
||||
{
|
||||
"index": 20,
|
||||
"duration": 10
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -164,25 +188,17 @@
|
|||
"index": 0,
|
||||
"duration": 10
|
||||
},
|
||||
{
|
||||
"index": 12,
|
||||
"duration": 5
|
||||
},
|
||||
{
|
||||
"index": 13,
|
||||
"duration": 5
|
||||
},
|
||||
{
|
||||
"index": 14,
|
||||
"duration": 5
|
||||
},
|
||||
{
|
||||
"index": 15,
|
||||
"duration": 10
|
||||
"duration": 5
|
||||
},
|
||||
{
|
||||
"index": 16,
|
||||
"duration": 10
|
||||
"duration": 5
|
||||
},
|
||||
{
|
||||
"index": 17,
|
||||
|
@ -191,6 +207,14 @@
|
|||
{
|
||||
"index": 18,
|
||||
"duration": 10
|
||||
},
|
||||
{
|
||||
"index": 19,
|
||||
"duration": 10
|
||||
},
|
||||
{
|
||||
"index": 20,
|
||||
"duration": 10
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -199,7 +223,7 @@
|
|||
"repeat": true,
|
||||
"frames": [
|
||||
{
|
||||
"index": 18,
|
||||
"index": 21,
|
||||
"duration": 10
|
||||
}
|
||||
]
|
||||
|
|
BIN
dist/shattered_sword_assets/spritesheets/Snake.png
vendored
BIN
dist/shattered_sword_assets/spritesheets/Snake.png
vendored
Binary file not shown.
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.6 KiB |
Loading…
Reference in New Issue
Block a user