From ef547e99f21768e2cb6915baa06c661b0bce29fc Mon Sep 17 00:00:00 2001 From: "pan@work" Date: Thu, 1 Aug 2024 17:11:20 +0800 Subject: [PATCH] dd --- assets/script/game/monster/MonsterViewComp.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/script/game/monster/MonsterViewComp.ts b/assets/script/game/monster/MonsterViewComp.ts index 2ee9553a..17ec2cd1 100644 --- a/assets/script/game/monster/MonsterViewComp.ts +++ b/assets/script/game/monster/MonsterViewComp.ts @@ -154,7 +154,7 @@ export class MonsterViewComp extends CCComp { } break; case 1: - if(this.node.position.x > BoxSet.RIGHT_END){ + if(this.node.position.x > BoxSet.RIGHT_END){ this.reset(); } break;