装备添加

This commit is contained in:
2025-06-08 23:16:40 +08:00
parent 63f4d1067e
commit 094b55f349
50 changed files with 20810 additions and 62152 deletions

View File

@@ -95,6 +95,7 @@ export class SkillCom extends CCComp {
this.distance_y = this.speed * Math.sin(radians);
this.startMovement();
// console.log("skill start",this.node.parent)
}
onBeginContact (seCol: Collider2D, oCol: Collider2D) {
// console.log(this.scale+"碰撞开始 ",seCol,oCol);