技能动画调试 继续

This commit is contained in:
2025-11-01 09:36:14 +08:00
parent 638bbf505c
commit 47509af7a1
9 changed files with 137 additions and 470 deletions

View File

@@ -109,7 +109,7 @@ export class SACastSystem extends ecs.ComblockSystem implements ecs.ISystemUpdat
heroView.playSkillEffect(s_uuid);
// 2. 延迟创建技能实体(等待动画)
const delay = 0.1
const delay = 0.3
heroView.scheduleOnce(() => {
this.createSkill(s_uuid, heroView);
}, delay);