From b8a7fc0a66a22fae0ead9a9e4f88aa024276f078 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=9F=E5=A4=96=E4=B9=8B=E7=A5=9E?= Date: Fri, 3 Jun 2022 14:43:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BC=A0=E9=80=81=E5=B8=A6?= =?UTF-8?q?=E6=A8=A1=E5=BC=8F=E4=B8=AD=E7=82=B9=E5=87=BB=E5=88=B0=E8=BE=BE?= =?UTF-8?q?=E4=BC=A0=E9=80=81=E5=B8=A6=E5=BA=95=E9=83=A8=E7=9A=84=E5=8D=A1?= =?UTF-8?q?=E7=89=87=E6=B2=A1=E6=9C=89=E9=80=8F=E6=98=8E=E5=BA=A6=E5=8F=98?= =?UTF-8?q?=E5=8C=96=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/component/menubar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/component/menubar.py b/source/component/menubar.py index c8c5b4c..0fb6188 100755 --- a/source/component/menubar.py +++ b/source/component/menubar.py @@ -365,7 +365,7 @@ class MoveCard(): elif (current_time - self.move_timer) >= c.CARD_MOVE_TIME: if self.rect.x > left_x: self.rect.x -= 1 - self.image = self.createShowImage() + self.image = self.createShowImage() self.move_timer += c.CARD_MOVE_TIME def draw(self, surface):