first commit
This commit is contained in:
31
settings/v2/packages/project.json
Normal file
31
settings/v2/packages/project.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"__version__": "1.0.6",
|
||||
"general": {
|
||||
"designResolution": {
|
||||
"width": 720,
|
||||
"height": 1280
|
||||
}
|
||||
},
|
||||
"physics": {
|
||||
"collisionGroups": [
|
||||
{
|
||||
"index": 1,
|
||||
"name": "Dino"
|
||||
},
|
||||
{
|
||||
"index": 2,
|
||||
"name": "Note"
|
||||
},
|
||||
{
|
||||
"index": 3,
|
||||
"name": "Line"
|
||||
}
|
||||
],
|
||||
"collisionMatrix": {
|
||||
"0": 1,
|
||||
"1": 4,
|
||||
"2": 10,
|
||||
"3": 4
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user