rapier2d示例
This commit is contained in:
29
tools/flashfin-rapier2d/settings/v2/packages/project.json
Normal file
29
tools/flashfin-rapier2d/settings/v2/packages/project.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"__version__": "1.0.6",
|
||||
"general": {
|
||||
"designResolution": {
|
||||
"width": 1624,
|
||||
"height": 750,
|
||||
"fitHeight": true,
|
||||
"fitWidth": false
|
||||
}
|
||||
},
|
||||
"custom_joint_texture_layouts": [],
|
||||
"physics": {
|
||||
"collisionGroups": [
|
||||
{
|
||||
"index": 1,
|
||||
"name": "WALL"
|
||||
},
|
||||
{
|
||||
"index": 2,
|
||||
"name": "BALL"
|
||||
}
|
||||
],
|
||||
"collisionMatrix": {
|
||||
"0": 1,
|
||||
"1": 4,
|
||||
"2": 6
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user