From e5dcf0df659b38d1cce10036a8f43a97ddcd287c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=9F=E5=A4=96=E4=B9=8B=E7=A5=9E?= Date: Mon, 4 Apr 2022 11:44:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E7=82=B8=E5=BC=B9=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 c93800c..c87ca5b 100755 --- a/source/component/plant.py +++ b/source/component/plant.py @@ -366,7 +366,7 @@ class CherryBomb(Plant): self.start_boom = False self.bomb_timer = 0 self.explode_y_range = 1 - self.explode_x_range = c.GRID_X_SIZE + self.explode_x_range = c.GRID_X_SIZE * 1.5 def setBoom(self): frame = tool.GFX[c.CHERRY_BOOM_IMAGE]