mirror of
https://github.com/fghrsh/live2d_api.git
synced 2024-11-22 10:40:02 +08:00
30 lines
829 B
JSON
30 lines
829 B
JSON
{
|
|
"version":"Sample 1.0.0",
|
|
"model": "model.moc",
|
|
"textures": [
|
|
"textures.1024/00.png",
|
|
"textures.1024/01.png",
|
|
"textures.1024/02.png",
|
|
"textures.1024/03.png"
|
|
],
|
|
"pose": "../general/pose.json",
|
|
"physics": "physics.json",
|
|
"layout": {
|
|
"center_x": 0,
|
|
"center_y": -0.6,
|
|
"width": 3
|
|
},
|
|
"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]
|
|
},
|
|
"motions": {
|
|
"idle": [
|
|
{"file": "motions/../../general/mtn/idle_00.mtn", "fade_in": 2000, "fade_out": 2000},
|
|
{"file": "motions/../../general/mtn/idle_01.mtn", "fade_in": 2000, "fade_out": 2000},
|
|
{"file": "motions/../../general/mtn/idle_02.mtn", "fade_in": 2000, "fade_out": 2000}
|
|
]
|
|
}
|
|
} |