feat: 新增技能触发类型标识与列表预制体,优化技能提示UI

1.  新增技能触发类型背景标识,支持追击/反击/复活等状态显示
2.  扩展技能提示接口,新增触发类型参数传递
3.  新增list-me列表预制体及其元数据
4.  调整部分UI精灵帧与布局参数
5.  修复技能名称显示调用参数不匹配问题
This commit is contained in:
panFD
2026-06-19 15:40:28 +08:00
parent 9220254c56
commit 3d7c9bfe54
14 changed files with 5287 additions and 4373 deletions

View File

@@ -278,7 +278,7 @@ export class SCastSystem extends ecs.ComblockSystem implements ecs.ISystemUpdate
if(castTimes >1){
val = "*"+castTimes.toString
}
heroView.skill_name(val,s_uuid)
heroView.skill_name(val,s_uuid,triggerType)
for (let i = 0; i < castTimes; i++) {
if (!heroView.node || !heroView.node.isValid) return;
if (isFriendly) {