54 lines
805 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,
2022-12-23 09:22:22 +01:00
"name": "ITEM"
2022-11-30 08:21:22 +01:00
},
{
"index": 5,
"name": "PLAYER_PROJECTILE"
},
{
"index": 6,
"name": "ENEMY_PROJECTILE"
2022-12-19 15:50:24 +01:00
},
{
2022-12-23 09:22:22 +01:00
"index": 9,
"name": "MAGNET_RANGE"
2022-11-08 19:45:57 +01:00
}
],
"collisionMatrix": {
"0": 0,
2022-12-20 13:37:56 +01:00
"1": 468,
2022-11-30 08:21:22 +01:00
"2": 42,
2022-11-16 12:26:20 +01:00
"3": 4,
2022-12-23 11:36:12 +01:00
"4": 514,
2022-11-30 08:21:22 +01:00
"5": 4,
2022-12-19 15:50:24 +01:00
"6": 2,
2022-12-20 13:37:56 +01:00
"7": 2,
2022-12-23 09:22:22 +01:00
"8": 2,
2022-12-23 11:36:12 +01:00
"9": 16
2022-11-16 12:26:20 +01:00
}
},
"general": {
"designResolution": {
"width": 640,
"height": 960,
"fitHeight": true
2022-11-08 19:45:57 +01:00
}
}
}