fix: 调整英雄碰撞体积和技能配置以修复命中判定
- 统一多个英雄prefab的碰撞宽度从60改为30,优化碰撞检测 - 调整hz1英雄的_contentSize高度从10改为100,修正显示问题 - 修改atk_s1、atk_s4、atk_f2技能prefab的激活状态和碰撞器启用状态 - 移除EType枚举中的distanceEnd类型,将技能6001的消失类型改为collision - 启用物理系统调试绘制,便于开发调试 - 调整atk_f2技能的攻击范围和锚点位置,优化技能表现
This commit is contained in:
@@ -906,7 +906,7 @@
|
||||
},
|
||||
"_size": {
|
||||
"__type__": "cc.Size",
|
||||
"width": 60,
|
||||
"width": 30,
|
||||
"height": 100
|
||||
},
|
||||
"_id": ""
|
||||
|
||||
@@ -778,7 +778,7 @@
|
||||
},
|
||||
"_size": {
|
||||
"__type__": "cc.Size",
|
||||
"width": 60,
|
||||
"width": 30,
|
||||
"height": 100
|
||||
},
|
||||
"_id": ""
|
||||
|
||||
@@ -778,7 +778,7 @@
|
||||
},
|
||||
"_size": {
|
||||
"__type__": "cc.Size",
|
||||
"width": 60,
|
||||
"width": 30,
|
||||
"height": 100
|
||||
},
|
||||
"_id": ""
|
||||
|
||||
@@ -754,7 +754,7 @@
|
||||
},
|
||||
"_size": {
|
||||
"__type__": "cc.Size",
|
||||
"width": 60,
|
||||
"width": 30,
|
||||
"height": 100
|
||||
},
|
||||
"_id": ""
|
||||
|
||||
@@ -778,7 +778,7 @@
|
||||
},
|
||||
"_size": {
|
||||
"__type__": "cc.Size",
|
||||
"width": 60,
|
||||
"width": 30,
|
||||
"height": 100
|
||||
},
|
||||
"_id": ""
|
||||
|
||||
@@ -778,7 +778,7 @@
|
||||
},
|
||||
"_size": {
|
||||
"__type__": "cc.Size",
|
||||
"width": 60,
|
||||
"width": 30,
|
||||
"height": 100
|
||||
},
|
||||
"_id": ""
|
||||
|
||||
@@ -666,7 +666,7 @@
|
||||
"_contentSize": {
|
||||
"__type__": "cc.Size",
|
||||
"width": 80,
|
||||
"height": 10
|
||||
"height": 100
|
||||
},
|
||||
"_anchorPoint": {
|
||||
"__type__": "cc.Vec2",
|
||||
@@ -778,7 +778,7 @@
|
||||
},
|
||||
"_size": {
|
||||
"__type__": "cc.Size",
|
||||
"width": 60,
|
||||
"width": 30,
|
||||
"height": 100
|
||||
},
|
||||
"_id": ""
|
||||
|
||||
@@ -775,7 +775,7 @@
|
||||
},
|
||||
"_size": {
|
||||
"__type__": "cc.Size",
|
||||
"width": 60,
|
||||
"width": 30,
|
||||
"height": 90
|
||||
},
|
||||
"_id": ""
|
||||
|
||||
@@ -775,7 +775,7 @@
|
||||
},
|
||||
"_size": {
|
||||
"__type__": "cc.Size",
|
||||
"width": 60,
|
||||
"width": 30,
|
||||
"height": 80
|
||||
},
|
||||
"_id": ""
|
||||
|
||||
@@ -754,7 +754,7 @@
|
||||
},
|
||||
"_size": {
|
||||
"__type__": "cc.Size",
|
||||
"width": 60,
|
||||
"width": 30,
|
||||
"height": 100
|
||||
},
|
||||
"_id": ""
|
||||
|
||||
@@ -1051,7 +1051,7 @@
|
||||
},
|
||||
"_size": {
|
||||
"__type__": "cc.Size",
|
||||
"width": 60,
|
||||
"width": 30,
|
||||
"height": 100
|
||||
},
|
||||
"_id": ""
|
||||
|
||||
Reference in New Issue
Block a user