mirror of
https://github.com/MartinKral/Slash-The-Hordes
synced 2025-09-24 14:06:51 +00:00
new structure, spawner, rebind
This commit is contained in:
24
settings/v2/packages/project.json
Normal file
24
settings/v2/packages/project.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"physics": {
|
||||
"collisionGroups": [
|
||||
{
|
||||
"index": 1,
|
||||
"name": "PLAYER"
|
||||
},
|
||||
{
|
||||
"index": 2,
|
||||
"name": "ENEMY"
|
||||
},
|
||||
{
|
||||
"index": 3,
|
||||
"name": "WEAPON"
|
||||
}
|
||||
],
|
||||
"collisionMatrix": {
|
||||
"0": 0,
|
||||
"1": 4,
|
||||
"2": 10,
|
||||
"3": 4
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user