Slash-The-Hordes/settings/v2/packages/project.json

54 lines
802 B
JSON
Raw Normal View History

2022-11-08 18:45:57 +00:00
{
"physics": {
"collisionGroups": [
{
"index": 1,
"name": "PLAYER"
},
{
"index": 2,
"name": "ENEMY"
},
{
"index": 3,
"name": "WEAPON"
2022-11-16 11:26:20 +00:00
},
{
"index": 4,
2022-12-23 08:22:22 +00:00
"name": "ITEM"
2022-11-30 07:21:22 +00:00
},
{
"index": 5,
"name": "PLAYER_PROJECTILE"
},
{
"index": 6,
"name": "ENEMY_PROJECTILE"
2022-12-19 14:50:24 +00:00
},
{
2022-12-23 08:22:22 +00:00
"index": 9,
"name": "MAGNET_RANGE"
2022-11-08 18:45:57 +00:00
}
],
"collisionMatrix": {
"0": 0,
2022-12-20 12:37:56 +00:00
"1": 468,
2022-11-30 07:21:22 +00:00
"2": 42,
2022-11-16 11:26:20 +00:00
"3": 4,
2022-11-30 07:21:22 +00:00
"4": 2,
"5": 4,
2022-12-19 14:50:24 +00:00
"6": 2,
2022-12-20 12:37:56 +00:00
"7": 2,
2022-12-23 08:22:22 +00:00
"8": 2,
"9": 0
2022-11-16 11:26:20 +00:00
}
},
"general": {
"designResolution": {
"width": 640,
"height": 960,
"fitHeight": true
2022-11-08 18:45:57 +00:00
}
}
}