From 4d4403a0239e547f2fe6f35ec728174210f4ee28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=9F=E5=A4=96=E4=B9=8B=E7=A5=9E?= Date: Wed, 20 Apr 2022 16:34:15 +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=E5=9B=BE=E7=89=87=E8=BF=87=E5=A4=A7=E7=9A=84?= =?UTF-8?q?bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/component/menubar.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/component/menubar.py b/source/component/menubar.py index edf2902..6b5c9a7 100755 --- a/source/component/menubar.py +++ b/source/component/menubar.py @@ -391,8 +391,9 @@ class Panel(): if self.selected_num >= CARD_LIST_NUM: surface.blit(self.button_image, self.button_rect) +# 传送带模式 class MoveCard(): - def __init__(self, x, y, card_name, plant_name, scale=0.78): + def __init__(self, x, y, card_name, plant_name, scale=0.5): self.loadFrame(card_name, scale) self.rect = self.orig_image.get_rect() self.rect.x = x