This commit is contained in:
pan
2024-08-16 10:36:45 +08:00
parent dc12cea962
commit 5e4d16d6e7
19 changed files with 4425 additions and 3222 deletions

View File

@@ -76,7 +76,7 @@ export class MonsterViewComp extends CCComp {
// collider.on(Contact2DType.PRE_SOLVE, this.onPreSolve, this);
collider.on(Contact2DType.POST_SOLVE, this.onPostSolve, this);
}
console.log(' hero_uuid:',this.hero_uuid);
this.node.getChildByName("level").getChildByName("level").getComponent(Label).string = this.level.toString();
}