pinball/settings/v2/packages/project.json

34 lines
528 B
JSON

{
"__version__": "1.0.4",
"general": {
"designResolution": {
"width": 1080,
"height": 2340,
"fitHeight": true,
"fitWidth": true
}
},
"physics": {
"gravity": {
"y": -9.81
},
"fixedTimeStep": 0.016667,
"collisionGroups": [
{
"index": 1,
"name": "TRIGGER"
},
{
"index": 2,
"name": "BALL"
}
],
"collisionMatrix": {
"0": 5,
"1": 4,
"2": 7
}
},
"custom_joint_texture_layouts": []
}