live2dapi-noa
Version:
nova1751自建的live-2d api
77 lines (76 loc) • 1.37 kB
JSON
{
"version": "Live2DViewerEX Config 1.0",
"model": "model.moc",
"textures": ["model.2048/texture_00.png"],
"layout": {
"center_x": 0.1,
"center_y": 0.25,
"width": 2.5
},
"hit_areas": [
{
"name": "A",
"id": "A"
},
{
"name": "B",
"id": "B"
},
{
"name": "C",
"id": "C"
},
{
"name": "D",
"id": "D"
}
],
"motions": {
"idle": [
{
"file": "motions/idle/idle1.mtn",
"fade_in": 0,
"fade_out": 0
},
{
"file": "motions/idle/idle2.mtn",
"fade_in": 0,
"fade_out": 0
},
{
"file": "motions/idle/idle3.mtn",
"fade_in": 0,
"fade_out": 0
}
],
"tap_body": [
{
"file": "motions/tap_D/tap4.mtn",
"fade_in": 1000,
"fade_out": 0
},
{
"file": "motions/tap_A/tap1.mtn",
"fade_in": 1000,
"fade_out": 0
},
{
"file": "motions/tap_B/tap2.mtn",
"fade_in": 1000,
"fade_out": 0
},
{
"file": "motions/tap_C/tap3.mtn",
"fade_in": 1000,
"fade_out": 0
}
]
},
"physics": "physics.json",
"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]
}
}