From d054279e3fb9118678a52d7cc3693a0cb5ee5868 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:24:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=9B=BE=E7=89=87=E6=9C=AA?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E5=85=A8=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/state/mainmenu.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/state/mainmenu.py b/source/state/mainmenu.py index d563679..8028abe 100644 --- a/source/state/mainmenu.py +++ b/source/state/mainmenu.py @@ -30,7 +30,7 @@ class Menu(tool.State): # 冒险模式 self.option_frames = [] frame_names = (c.OPTION_ADVENTURE + '_0', c.OPTION_ADVENTURE + '_1') - frame_rect = (0, 0, 330, 140) + frame_rect = (0, 0, 330, 144) for name in frame_names: self.option_frames.append(tool.get_image_menu(tool.GFX[name], *frame_rect, c.BLACK, 1))