This commit is contained in:
2024-08-01 17:11:20 +08:00
parent 7344042728
commit ef547e99f2

View File

@@ -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;