奖励到账

This commit is contained in:
2024-11-28 19:09:04 +08:00
parent a0cc46e0b2
commit bc0f77ed62
15 changed files with 456 additions and 992 deletions

View File

@@ -205,7 +205,7 @@ export class HeroViewComp extends CCComp {
onPostSolve (selfCollider: Collider2D, otherCollider: Collider2D) {
}
update(dt: number){
if(!smc.vmdata.mission.play||smc.vmdata.pause) return
if(!smc.vmdata.mission.play||smc.vmdata.mission.pause) return
if(this.is_dead) {
if(!this.in_grave()) this.to_grave()
return