Files
aibis-dream/Assets/UI/Animation/Loading/LoadingAnimationConfig.json
T
2025-12-22 21:10:37 +08:00

20 lines
329 B
JSON

{
"type": "manual",
"layout": {
"rows": 1,
"columns": 17,
"frameCount": 16,
"direction": "horizontal"
},
"frameDuration": 200,
"sampleRate": 60,
"animations": [
{
"name": "loading",
"frameIndices": [
0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15
],
"loop": true
}
]
}