修改了 spine 为缓存模式

This commit is contained in:
2025-07-20 13:56:10 +08:00
parent 75b2206b70
commit c6dea41c80
30 changed files with 4701 additions and 77 deletions

View File

@@ -196,6 +196,7 @@ export class SkillCom extends CCComp {
let target = oCol.getComponent(HeroViewComp)
if(oCol.group!=this.group){
if(target == null) return;
console.log("[SkillCom]:onBeginContact targetPos||skillPos",target.node.position,this.node.position)
this.single_damage(target)
// this.ent.destroy()
}