From 369bdcf747f4a011b0857e4bb27fa8d32799a8f9 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 22:29:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E5=8D=A1=E7=89=87=E9=97=B4?= =?UTF-8?q?=E9=9A=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/component/menubar.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/component/menubar.py b/source/component/menubar.py index 6b5c9a7..289f9de 100755 --- a/source/component/menubar.py +++ b/source/component/menubar.py @@ -6,11 +6,11 @@ from .. import constants as c PANEL_Y_START = 87 PANEL_X_START = 22 -PANEL_Y_INTERNAL = 67 +PANEL_Y_INTERNAL = 73 PANEL_X_INTERNAL = 53 # 以后可以增加到10,并且增加解锁功能 CARD_MAX_NUM = 8 -CARD_LIST_NUM = 0 +CARD_LIST_NUM = CARD_MAX_NUM ''' plantDict = {# 字典 植物名称:(卡片名称, 阳光, 冷却时间)