feat(英雄系统): 添加友方英雄标识并调整经验获取
初始化任务卡片事件队列 修改英雄经验获取为20倍 在Hero类中添加is_friend参数标识友方英雄 调整MissionHeroComp中召唤英雄逻辑以支持友方标识
This commit is contained in:
@@ -63,6 +63,7 @@ export class MissionCardComp extends CCComp {
|
||||
}
|
||||
init(){
|
||||
this.Lock.active=true
|
||||
this.eventQueue = [];
|
||||
}
|
||||
start() {
|
||||
// 初始隐藏或显示逻辑
|
||||
|
||||
Reference in New Issue
Block a user