From 17b91b2ae2b39d96518087577c5f54ae7a16639d Mon Sep 17 00:00:00 2001 From: wszqkzqk Date: Wed, 27 Jul 2022 19:42:53 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=B0=83=E9=87=91=E9=93=B6=E5=90=91?= =?UTF-8?q?=E6=97=A5=E8=91=B5=E4=BD=8D=E7=BD=AE?= 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 f11150e..fec826f 100644 --- a/source/state/mainmenu.py +++ b/source/state/mainmenu.py @@ -208,7 +208,7 @@ class Menu(tool.State): self.sunflower_trophy = tool.get_image_menu(tool.GFX[c.SILVER_SUNFLOWER], *frame_rect, c.BLACK) self.sunflower_trophy_rect = self.sunflower_trophy.get_rect() self.sunflower_trophy_rect.x = 0 - self.sunflower_trophy_rect.y = 300 + self.sunflower_trophy_rect.y = 280 def checkOptionButtonClick(self, mouse_pos): x, y = mouse_pos