1
0
mirror of synced 2025-02-02 20:37:25 +01:00

51 lines
1.1 KiB
JSON
Raw Normal View History

2020-05-08 19:27:31 +02:00
{
"name": "classic",
"fps": 30,
"size": 160,
"note": {
"background": {
"sprite_sheet": "background.png",
"count": 16,
"columns": 4,
"rows": 4
},
"outline": {
"sprite_sheet": "outline.png",
"count": 16,
"columns": 4,
"rows": 4
},
"highlight": {
"sprite_sheet": "highlight.png",
"count": 16,
"columns": 4,
"rows": 4
}
},
"tail": {
"sprite_sheet": "tail.png",
"count": 16,
"columns": 4,
"rows": 4
},
"tip": {
"appearance": {
"sprite_sheet": "tip_appearance.png",
"count": 16,
"columns": 4,
"rows": 4
},
"enter cycle": {
"sprite_sheet": "tip_enter_cycle.png",
2020-05-08 19:27:31 +02:00
"count": 8,
"columns": 3,
"rows": 3
},
"cycle": {
"sprite_sheet": "tip_cycle.png",
"count": 16,
"columns": 4,
"rows": 4
}
}
}