feat(hero): 添加技能CD进度条显示功能

1. 为英雄顶栏组件新增CD进度条属性与显示逻辑
2. 重构HeroViewComp的cd_show方法,转发调用顶栏CD更新逻辑
3. 调整顶栏默认透明度为全不透明,优化显示体验
4. 根据英雄是否拥有第二技能动态显示CD进度条
This commit is contained in:
pan
2026-08-19 16:05:58 +08:00
parent f2198b8b92
commit d6e8cb4828
3 changed files with 32 additions and 3 deletions

View File

@@ -150,8 +150,9 @@ export class HeroViewComp extends CCComp {
}
}
/** 技能 CD 显示:由 SCastSystem 每帧 updateCD 后调用,刷新能量条进度 */
public cd_show() {
return;
this.topBar.cdShow();
}
/** 升级特效 */