Slash-The-Hordes/settings/v2/packages/project.json
2022-12-19 15:50:24 +01:00

52 lines
764 B
JSON

{
"physics": {
"collisionGroups": [
{
"index": 1,
"name": "PLAYER"
},
{
"index": 2,
"name": "ENEMY"
},
{
"index": 3,
"name": "WEAPON"
},
{
"index": 4,
"name": "XP"
},
{
"index": 5,
"name": "PLAYER_PROJECTILE"
},
{
"index": 6,
"name": "ENEMY_PROJECTILE"
},
{
"index": 7,
"name": "GOLD"
}
],
"collisionMatrix": {
"0": 0,
"1": 212,
"2": 42,
"3": 4,
"4": 2,
"5": 4,
"6": 2,
"7": 2
}
},
"general": {
"designResolution": {
"width": 640,
"height": 960,
"fitHeight": true
}
}
}