live2dapi-noa
Version:
nova1751自建的live-2d api
33 lines (32 loc) • 718 B
JSON
{
"version": "Sample 1.0.0",
"model": "model1.moc",
"textures": ["model.1024/texture_00.png"],
"motions": {
"idle": [{ "file": "motions/daiji_idle_01.mtn" }],
"tap_body": [
{ "file": "motions/motou_01.mtn" },
{ "file": "motions/motou_02.mtn" },
{ "file": "motions/motou_03.mtn" },
{ "file": "motions/wait_01.mtn" },
{ "file": "motions/wait_02.mtn" }
]
},
"physics": "physics.json",
"hit_areas": [
{
"name": "face",
"id": "D_REF.FACE"
},
{
"name": "body",
"id": "D_REF.BODY"
}
],
"hit_areas_custom": {
"head_x": [-0.35, 0.6],
"head_y": [0.19, -0.2],
"body_x": [-0.3, -0.25],
"body_y": [0.3, -0.9]
}
}