16 lines
237 B
JSON
16 lines
237 B
JSON
{
|
|
"import": "/player.json",
|
|
"assets": [
|
|
{ "filename": "/hands.json", "delay": 0 }
|
|
],
|
|
"system": {
|
|
"physics": {
|
|
"gravity": [ 0, 0, 0 ],
|
|
"clamp": {
|
|
"x": [0, 0],
|
|
"y": [0, 0],
|
|
"z": [0, 0]
|
|
}
|
|
}
|
|
}
|
|
} |