final boss walking

This commit is contained in:
Kelly Peng 2022-05-09 16:04:09 -04:00
parent 65d204b750
commit 2a76e9334f
2 changed files with 19 additions and 3 deletions

View File

@ -3,9 +3,7 @@
"spriteSheetImage": "FinalBoss.png",
"spriteWidth": 80,
"spriteHeight": 80,
"width": 1260,
"height": 80,
"columns": 16,
"columns": 19,
"rows": 1,
"durationType": "time",
"animations": [
@ -126,6 +124,24 @@
"duration": 20
}
]
},
{
"name": "WALK",
"repeat": true,
"frames": [
{
"index": 16,
"duration": 15
},
{
"index": 17,
"duration": 15
},
{
"index": 18,
"duration": 15
}
]
}
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 20 KiB