dd
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user