32 lines
475 B
JSON
32 lines
475 B
JSON
|
|
{
|
||
|
|
"spritesheet": {
|
||
|
|
"filename": "spritesheet.png",
|
||
|
|
"frame_width": 48,
|
||
|
|
"frame_height": 48
|
||
|
|
},
|
||
|
|
"name": "testsprite_toomanyframes",
|
||
|
|
"width": 48,
|
||
|
|
"height": 48,
|
||
|
|
"speed": 100,
|
||
|
|
"loop": true,
|
||
|
|
"loopReverse": true,
|
||
|
|
"frames": [
|
||
|
|
0,
|
||
|
|
1,
|
||
|
|
2,
|
||
|
|
3,
|
||
|
|
4,
|
||
|
|
5,
|
||
|
|
6,
|
||
|
|
7,
|
||
|
|
8,
|
||
|
|
9,
|
||
|
|
10,
|
||
|
|
11,
|
||
|
|
12,
|
||
|
|
13,
|
||
|
|
14,
|
||
|
|
15,
|
||
|
|
16
|
||
|
|
]
|
||
|
|
}
|