37 lines
516 B
JSON
Raw Normal View History

2022-11-08 19:45:57 +01:00
{
"physics": {
"collisionGroups": [
{
"index": 1,
"name": "PLAYER"
},
{
"index": 2,
"name": "ENEMY"
},
{
"index": 3,
"name": "WEAPON"
2022-11-16 12:26:20 +01:00
},
{
"index": 4,
"name": "XP"
2022-11-08 19:45:57 +01:00
}
],
"collisionMatrix": {
"0": 0,
2022-11-16 12:26:20 +01:00
"1": 20,
2022-11-08 19:45:57 +01:00
"2": 10,
2022-11-16 12:26:20 +01:00
"3": 4,
"4": 2
}
},
"general": {
"designResolution": {
"width": 640,
"height": 960,
"fitHeight": true
2022-11-08 19:45:57 +01:00
}
}
}