From 4c9fd6506fb523ae4f5da3562b124d8374360fb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=9F=E5=A4=96=E4=B9=8B=E7=A5=9E?= Date: Sun, 24 Apr 2022 13:41:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=9D=A8=E6=A1=83=E5=AD=90?= =?UTF-8?q?=E5=BC=B9=E5=90=91=E5=90=8E=E6=89=93=E4=B8=AD=E5=83=B5=E5=B0=B8?= =?UTF-8?q?=E9=97=AA=E9=80=80=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/component/plant.py | 1 + 1 file changed, 1 insertion(+) diff --git a/source/component/plant.py b/source/component/plant.py index debbac6..7a412e6 100755 --- a/source/component/plant.py +++ b/source/component/plant.py @@ -116,6 +116,7 @@ class StarBullet(Bullet): self.name = c.BULLET_STAR self.frames = [] + self.effect = False self.frame_index = 0 self.load_images() self.image = self.frames[self.frame_index]