36 lines
457 B
Plaintext
36 lines
457 B
Plaintext
{
|
|
"name" : "Stone pickaxe",
|
|
"anchorX" : 0,
|
|
"anchorY" : 1,
|
|
|
|
"states" :
|
|
[
|
|
{
|
|
"name" : "Normal",
|
|
"frames" :
|
|
[
|
|
{
|
|
"tileSet" : "tilesets/PlayerTiles.png",
|
|
"cell" : 0,
|
|
"width" : 1,
|
|
"height" : 2,
|
|
"duration" : 1
|
|
}
|
|
]
|
|
},
|
|
|
|
{
|
|
"name" : "Attack",
|
|
"frames" :
|
|
[
|
|
{
|
|
"tileSet" : "tilesets/PlayerTiles.png",
|
|
"cell" : 2,
|
|
"width" : 1,
|
|
"height" : 2,
|
|
"duration" : 1
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |