技能动画图片整理
This commit is contained in:
@@ -53,7 +53,6 @@ export class SkillView extends CCComp {
|
||||
this.do_linear(SMove.startPos,SMove.targetPos)
|
||||
break
|
||||
case RType.bezier:
|
||||
SMove.rePos(v3(this.node.position.x + this.atk_x, this.node.position.y + this.atk_y))
|
||||
this.do_bezier(SMove.startPos,SMove.targetPos)
|
||||
break
|
||||
case RType.fixed:
|
||||
@@ -62,7 +61,7 @@ export class SkillView extends CCComp {
|
||||
case RType.fixedEnd:
|
||||
this.do_fixedEnd(SMove.startPos,SMove.targetPos)
|
||||
break
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
onBeginContact (seCol: Collider2D, oCol: Collider2D) {
|
||||
|
||||
Reference in New Issue
Block a user