清理之前文件 + 再次取消碰撞检测

This commit is contained in:
2025-03-27 12:15:02 +08:00
parent 63e182e214
commit 3a15541170
33 changed files with 220 additions and 1130 deletions

View File

@@ -17,10 +17,10 @@ const { ccclass, property } = _decorator;
export class MissionHeroCompComp extends CCComp {
timer:Timer=new Timer(2)
onLoad(){
// this.on(GameEvent.UserHeroCard,this.call_hero,this)
this.on(GameEvent.UserHeroCard,this.call_hero,this)
}
start() {
this.test_call()
// this.test_call()
}
protected update(dt: number): void {
if(smc.mission.status != 1) return