32 lines
440 B
JSON
32 lines
440 B
JSON
|
|
{
|
||
|
|
"__version__": "1.0.6",
|
||
|
|
"general": {
|
||
|
|
"designResolution": {
|
||
|
|
"width": 720,
|
||
|
|
"height": 1280
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"physics": {
|
||
|
|
"collisionGroups": [
|
||
|
|
{
|
||
|
|
"index": 1,
|
||
|
|
"name": "Dino"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"index": 2,
|
||
|
|
"name": "Note"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"index": 3,
|
||
|
|
"name": "Line"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"collisionMatrix": {
|
||
|
|
"0": 1,
|
||
|
|
"1": 4,
|
||
|
|
"2": 10,
|
||
|
|
"3": 4
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|