Files
heros/settings/v2/packages/project.json
2024-09-09 07:56:18 +08:00

61 lines
940 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": 5,
"name": "PLAYER"
},
{
"index": 6,
"name": "BOSS"
}
],
"collisionMatrix": {
"0": 103,
"1": 55,
"2": 79,
"3": 36,
"4": 66,
"5": 11,
"6": 21
},
"gravity": {
"y": 0
},
"allowSleep": false,
"autoSimulation": true
}
}