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

63 lines
950 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,
2022-12-23 08:22:22 +00:00
"name": "ITEM"
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
},
{
2022-12-23 08:22:22 +00:00
"index": 9,
"name": "MAGNET_RANGE"
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-12-23 10:36:12 +00:00
"4": 514,
2022-11-30 07:21:22 +00:00
"5": 4,
2022-12-19 14:50:24 +00:00
"6": 2,
2022-12-20 12:37:56 +00:00
"7": 2,
2022-12-23 08:22:22 +00:00
"8": 2,
2022-12-23 10:36:12 +00:00
"9": 16
2022-11-16 11:26:20 +00:00
}
},
"general": {
"designResolution": {
2023-01-13 09:20:41 +00:00
"width": 510,
"height": 680,
2022-11-16 11:26:20 +00:00
"fitHeight": true
2022-11-08 18:45:57 +00:00
}
2023-01-29 11:11:50 +00:00
},
2024-06-25 12:54:23 +00:00
"__version__": "1.0.6",
2023-01-29 11:11:50 +00:00
"fbx": {
"legacyFbxImporter": {
"visible": true
}
2024-06-25 12:54:23 +00:00
},
"script": {
"preserveSymlinks": true
2022-11-08 18:45:57 +00:00
}
}