squidGame/tgx-games-client/settings/v2/packages/project.json

28 lines
406 B
JSON
Raw Permalink Normal View History

2025-02-07 10:49:34 +08:00
{
"__version__": "1.0.6",
"general": {
"designResolution": {
"width": 750,
"height": 1440
}
},
"physics": {
"collisionGroups": [
{
"index": 1,
"name": "Round"
},
{
"index": 2,
"name": "Player"
}
],
"collisionMatrix": {
"0": 7,
"1": 5,
"2": 7
}
2025-02-10 11:08:10 +08:00
},
"custom_joint_texture_layouts": []
2025-02-07 10:49:34 +08:00
}