27 lines
366 B
JSON
27 lines
366 B
JSON
{
|
|
"__version__": "1.0.6",
|
|
"general": {
|
|
"designResolution": {
|
|
"width": 720,
|
|
"height": 1334
|
|
}
|
|
},
|
|
"physics": {
|
|
"collisionGroups": [
|
|
{
|
|
"index": 1,
|
|
"name": "player"
|
|
},
|
|
{
|
|
"index": 2,
|
|
"name": "npc"
|
|
}
|
|
],
|
|
"collisionMatrix": {
|
|
"0": 1,
|
|
"1": 4,
|
|
"2": 2
|
|
}
|
|
}
|
|
}
|