Files
heros/settings/v2/packages/project.json
2024-07-29 17:04:03 +08:00

54 lines
829 B
JSON

{
"__version__": "1.0.6",
"script": {
"useDefineForClassFields": false,
"allowDeclareFields": false,
"preserveSymlinks": true
},
"layer": [
{
"name": "Map",
"value": 1
}
],
"general": {
"designResolution": {
"width": 720,
"height": 1280
}
},
"fbx": {
"legacyFbxImporter": {
"visible": true
}
},
"custom_joint_texture_layouts": [],
"physics": {
"collisionGroups": [
{
"index": 1,
"name": "MONSTER"
},
{
"index": 2,
"name": "HERO"
},
{
"index": 3,
"name": "MONSTER_SKILL"
},
{
"index": 4,
"name": "HERO_SKILL"
}
],
"collisionMatrix": {
"0": 1,
"1": 20,
"2": 10,
"3": 4,
"4": 2
}
}
}