假期修改
This commit is contained in:
@@ -75,7 +75,7 @@ export class SkillCom extends CCComp {
|
||||
}
|
||||
// console.log("skill run_type",this.run_type)
|
||||
if(this.run_type == 1){ //贝塞尔曲线
|
||||
console.log("skill bezierTo",this.t_pos)
|
||||
// console.log("skill bezierTo",this.t_pos)
|
||||
let s_pos = v3(this.node.position.x,this.node.position.y)
|
||||
let c_pos = v3((this.t_pos.x+this.node.position.x)/2,this.node.position.y+100)
|
||||
let e_pos = v3(this.node.position.x+this.t_pos.x,this.node.position.y+this.t_pos.y)
|
||||
|
||||
Reference in New Issue
Block a user