first commit
This commit is contained in:
33
settings/v2/packages/project.json
Normal file
33
settings/v2/packages/project.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"__version__": "1.0.6",
|
||||
"general": {
|
||||
"designResolution": {
|
||||
"width": 720,
|
||||
"height": 1280,
|
||||
"fitHeight": true,
|
||||
"fitWidth": false
|
||||
}
|
||||
},
|
||||
"physics": {
|
||||
"collisionGroups": [
|
||||
{
|
||||
"index": 1,
|
||||
"name": "FRUIT"
|
||||
},
|
||||
{
|
||||
"index": 2,
|
||||
"name": "WALL"
|
||||
},
|
||||
{
|
||||
"index": 3,
|
||||
"name": "LAND"
|
||||
}
|
||||
],
|
||||
"collisionMatrix": {
|
||||
"0": 1,
|
||||
"1": 14,
|
||||
"2": 2,
|
||||
"3": 2
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user