This commit is contained in:
2025-01-03 11:48:37 +08:00
parent 713800df2b
commit 197be0c56a
43 changed files with 18419 additions and 6482 deletions

View File

@@ -37,7 +37,7 @@ export class SkillCom extends CCComp {
run_type:number = 0; // 0有目标 带方向1贝塞尔曲线 2 不动 ,3 直线
in_time:number = 0.3; // 不动技能持续时间
start() {
// console.log("skill start run_type",this.run_type)
console.log("skill start run_type:",this.run_type)
if(this.node.parent.scale.x < 0){
this.t_pos.x=this.t_pos.x*-1
}