add archer sprite
This commit is contained in:
parent
e4baad3f30
commit
ede5b07a7d
21
dist/shattered_sword_assets/spritesheets/Archer.json
vendored
Normal file
21
dist/shattered_sword_assets/spritesheets/Archer.json
vendored
Normal file
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"name" : "Archer",
|
||||
"spriteSheetImage": "Archer.png",
|
||||
"spriteWidth": 64,
|
||||
"spriteHeight": 64,
|
||||
"columns": 1,
|
||||
"rows": 1,
|
||||
"durationType": "time",
|
||||
"animations": [
|
||||
{
|
||||
"name": "IDLE",
|
||||
"repeat": true,
|
||||
"frames": [
|
||||
{
|
||||
"index": 0,
|
||||
"duration": 20
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
BIN
dist/shattered_sword_assets/spritesheets/Archer.png
vendored
Normal file
BIN
dist/shattered_sword_assets/spritesheets/Archer.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 944 B |
|
@ -26,10 +26,6 @@
|
|||
{
|
||||
"index": 1,
|
||||
"duration": 20
|
||||
},
|
||||
{
|
||||
"index": 0,
|
||||
"duration": 20
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user