From 585f898113fdb2b36fb837bf7fb008a43ab5ebbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=9F=E5=A4=96=E4=B9=8B=E7=A5=9E?= Date: Sat, 9 Apr 2022 00:48:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=BE=A3=E6=A4=92=E6=94=BB?= =?UTF-8?q?=E5=87=BB=E8=8C=83=E5=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/component/plant.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/component/plant.py b/source/component/plant.py index 523d741..eaad966 100755 --- a/source/component/plant.py +++ b/source/component/plant.py @@ -662,7 +662,7 @@ class Jalapeno(Plant): self.state = c.ATTACK self.start_explode = False self.explode_y_range = 0 - self.explode_x_range = 377 + self.explode_x_range = 500 def loadImages(self, name, scale): self.explode_frames = []