34 lines
491 B
JSON
34 lines
491 B
JSON
{
|
|
"__version__": "1.0.6",
|
|
"general": {
|
|
"designResolution": {
|
|
"width": 720,
|
|
"height": 1280,
|
|
"fitHeight": true,
|
|
"fitWidth": false
|
|
}
|
|
},
|
|
"physics": {
|
|
"collisionGroups": [
|
|
{
|
|
"index": 1,
|
|
"name": "FRUIT"
|
|
},
|
|
{
|
|
"index": 2,
|
|
"name": "WALL"
|
|
},
|
|
{
|
|
"index": 3,
|
|
"name": "LAND"
|
|
}
|
|
],
|
|
"collisionMatrix": {
|
|
"0": 1,
|
|
"1": 14,
|
|
"2": 2,
|
|
"3": 2
|
|
}
|
|
}
|
|
}
|