mirror of
https://gitlab.com/square-game-liberation-front/F.E.I.S.git
synced 2025-03-01 16:00:24 +01:00
42 lines
784 B
JSON
42 lines
784 B
JSON
{
|
|
"name": "triangles",
|
|
"size": 200,
|
|
"fps": 60,
|
|
"approach": {
|
|
"sprite_sheet": "approach.png",
|
|
"count": 32,
|
|
"columns": 4,
|
|
"rows": 8
|
|
},
|
|
"miss": {
|
|
"sprite_sheet": "miss.png",
|
|
"count": 16,
|
|
"columns": 4,
|
|
"rows": 4
|
|
},
|
|
"poor": {
|
|
"sprite_sheet": "poor.png",
|
|
"count": 32,
|
|
"columns": 4,
|
|
"rows": 8
|
|
},
|
|
"good": {
|
|
"sprite_sheet": "good.png",
|
|
"count": 32,
|
|
"columns": 4,
|
|
"rows": 8
|
|
},
|
|
"great": {
|
|
"sprite_sheet": "great.png",
|
|
"count": 32,
|
|
"columns": 4,
|
|
"rows": 8
|
|
},
|
|
"perfect": {
|
|
"sprite_sheet": "perfect.png",
|
|
"count": 32,
|
|
"columns": 4,
|
|
"rows": 8
|
|
}
|
|
}
|