Files
heros/settings/v2/packages/project.json
panw 5805e00895 feat(skill): 添加彩色箭头技能资源及配置
- 新增红、蓝、绿三种箭头技能的prefab和动画资源
- 更新技能配置文件和英雄设置
- 调整水球技能物理参数
- 优化碰撞矩阵设置
- 修复动画时间精度问题
2025-11-03 10:56:03 +08:00

57 lines
869 B
JSON

{
"__version__": "1.0.6",
"script": {
"useDefineForClassFields": false,
"allowDeclareFields": false,
"preserveSymlinks": true
},
"layer": [
{
"name": "Map",
"value": 1
},
{
"name": "Map2",
"value": 2
}
],
"general": {
"designResolution": {
"width": 720,
"height": 1280
}
},
"fbx": {
"legacyFbxImporter": {
"visible": true
}
},
"custom_joint_texture_layouts": [],
"physics": {
"collisionGroups": [
{
"index": 1,
"name": "MONSTER"
},
{
"index": 2,
"name": "HERO"
}
],
"collisionMatrix": {
"0": 96,
"1": 52,
"2": 74,
"3": 36,
"4": 66,
"5": 11,
"6": 21
},
"gravity": {
"y": 0
},
"allowSleep": false,
"autoSimulation": true
}
}