有bug 需要修复

This commit is contained in:
2025-01-06 11:06:27 +08:00
parent 01ac7703c2
commit 125f0cb55e
25 changed files with 15217 additions and 38 deletions

View File

@@ -54,6 +54,7 @@ export class Skill extends ecs.Entity {
// node.setScale(v3(node.scale.x*scale,node.scale.y))
sv.speed=SkillSet[uuid].speed;
sv.in_time=SkillSet[uuid].in;
if(group==BoxSet.MONSTER) t_pos.x=-1*t_pos.x
sv.t_pos = t_pos; // 目标增量
sv.type = SkillSet[uuid].type;
sv.box_tag= BoxSet.SKILL_TAG;