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

57 lines
847 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,
"name": "XP"
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
},
{
"index": 7,
"name": "GOLD"
2022-12-20 12:37:56 +00:00
},
{
"index": 8,
"name": "HEALTH_POTION"
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,
"8": 2
2022-11-16 11:26:20 +00:00
}
},
"general": {
"designResolution": {
"width": 640,
"height": 960,
"fitHeight": true
2022-11-08 18:45:57 +00:00
}
}
}