diff --git a/resources/graphics/Cards/card_garlic.png b/resources/graphics/Cards/card_garlic.png index 27e5520..98f728a 100644 Binary files a/resources/graphics/Cards/card_garlic.png and b/resources/graphics/Cards/card_garlic.png differ diff --git a/source/component/menubar.py b/source/component/menubar.py index 5774551..eba6d17 100755 --- a/source/component/menubar.py +++ b/source/component/menubar.py @@ -37,7 +37,6 @@ class Card(): # 计划以后以此坐标进行相对变化,用字体绘制阳光消耗大小,不再采用现在的图片包含阳光方法 # 以便减小程序体积并增加可维护性 font = pg.font.Font(c.FONT_PATH, 12) - font.bold = True self.sun_cost_img = font.render(str(c.PLANT_CARD_INFO[index][c.SUN_INDEX]), True, c.BLACK) self.sun_cost_img_rect = self.sun_cost_img.get_rect() sun_cost_img_x = 32 - self.sun_cost_img_rect.w