This commit is contained in:
walkpan
2024-07-30 08:34:41 +08:00
parent fe09fb1f5f
commit 76b400885c
11 changed files with 43 additions and 28 deletions

View File

@@ -43,10 +43,10 @@ export class HeroViewComp extends CCComp {
// console.log('hero Contact,selfCollider',selfCollider);
switch (otherCollider.group) {
case BoxSet.MONSTER:
console.log('hero coolider MONSTER ');
// console.log('hero coolider MONSTER ');
break;
case BoxSet.MONSTER_SKILL:
console.log('hero coolider MONSTER skill');
// console.log('hero coolider MONSTER skill');
break;
default:
break;