mirror of
https://github.com/MartinKral/Slash-The-Hordes
synced 2024-12-26 11:48:54 +00:00
47 lines
689 B
JSON
47 lines
689 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"
|
|
}
|
|
],
|
|
"collisionMatrix": {
|
|
"0": 0,
|
|
"1": 84,
|
|
"2": 42,
|
|
"3": 4,
|
|
"4": 2,
|
|
"5": 4,
|
|
"6": 2
|
|
}
|
|
},
|
|
"general": {
|
|
"designResolution": {
|
|
"width": 640,
|
|
"height": 960,
|
|
"fitHeight": true
|
|
}
|
|
}
|
|
}
|