pinball/settings/v2/packages/project.json

34 lines
528 B
JSON
Raw Normal View History

2024-02-27 18:19:33 -08:00
{
"__version__": "1.0.4",
"general": {
"designResolution": {
2024-03-01 03:08:57 -08:00
"width": 1080,
"height": 2340,
"fitHeight": true,
"fitWidth": true
2024-02-27 18:19:33 -08:00
}
},
"physics": {
"gravity": {
"y": -9.81
2024-02-28 03:25:11 -08:00
},
2024-03-01 03:08:57 -08:00
"fixedTimeStep": 0.016667,
"collisionGroups": [
{
"index": 1,
"name": "TRIGGER"
},
{
"index": 2,
"name": "BALL"
}
],
"collisionMatrix": {
"0": 5,
"1": 4,
"2": 7
}
2024-02-27 18:19:33 -08:00
},
"custom_joint_texture_layouts": []
}