mirror of
https://github.com/MartinKral/Slash-The-Hordes
synced 2024-12-26 03:38:58 +00:00
25 lines
326 B
JSON
25 lines
326 B
JSON
{
|
|
"physics": {
|
|
"collisionGroups": [
|
|
{
|
|
"index": 1,
|
|
"name": "PLAYER"
|
|
},
|
|
{
|
|
"index": 2,
|
|
"name": "ENEMY"
|
|
},
|
|
{
|
|
"index": 3,
|
|
"name": "WEAPON"
|
|
}
|
|
],
|
|
"collisionMatrix": {
|
|
"0": 0,
|
|
"1": 4,
|
|
"2": 10,
|
|
"3": 4
|
|
}
|
|
}
|
|
}
|