pinball/settings/v2/packages/project.json

18 lines
277 B
JSON
Raw Normal View History

2024-02-27 18:19:33 -08:00
{
"__version__": "1.0.4",
"general": {
"designResolution": {
2024-02-28 03:25:11 -08:00
"width": 1440,
"height": 1080,
2024-02-27 18:19:33 -08:00
"fitHeight": true
}
},
"physics": {
"gravity": {
"y": -9.81
2024-02-28 03:25:11 -08:00
},
"fixedTimeStep": 0.016667
2024-02-27 18:19:33 -08:00
},
"custom_joint_texture_layouts": []
}