feat(战斗系统): 实现英雄复活机制并优化结算界面
- 在MissionComp中添加复活次数管理及复活成功回调 - 修改VictoryComp支持复活功能,包括广告复活和英雄状态恢复 - 调整结算界面布局和按钮显示逻辑 - 优化游戏结束流程,合并FightEnd逻辑 - 修改HeroViewComp中realDeadTime为更合理的值
This commit is contained in:
@@ -962,7 +962,7 @@
|
||||
},
|
||||
"_lpos": {
|
||||
"__type__": "cc.Vec3",
|
||||
"x": -215,
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"z": 0
|
||||
},
|
||||
@@ -1695,7 +1695,7 @@
|
||||
"__id__": 68
|
||||
}
|
||||
],
|
||||
"_active": true,
|
||||
"_active": false,
|
||||
"_components": [
|
||||
{
|
||||
"__id__": 74
|
||||
@@ -2071,7 +2071,7 @@
|
||||
},
|
||||
"_contentSize": {
|
||||
"__type__": "cc.Size",
|
||||
"width": 745,
|
||||
"width": 315,
|
||||
"height": 100
|
||||
},
|
||||
"_anchorPoint": {
|
||||
|
||||
Reference in New Issue
Block a user