From 236685e83286470ab46afd3554fc6fccc398800b 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, 13 Apr 2022 19:08:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E9=87=8A=E5=BA=8F=E5=8F=B7=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/state/level.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/state/level.py b/source/state/level.py index b43b15c..1f16618 100644 --- a/source/state/level.py +++ b/source/state/level.py @@ -180,7 +180,7 @@ class Level(tool.State): self.hint_image = None self.hint_plant = False # 0:白天 1:夜晚 2:泳池 3:浓雾 4:屋顶 5:月夜 6:坚果保龄球 - # 还准备加入 -1:单行草皮 -2:三行草皮 但是目前没有找到图( + # 还准备加入 7:单行草皮 8:三行草皮 但是目前没有找到图( if self.background_type in {0, 2, 4, -1, -2} and self.bar_type == c.CHOOSEBAR_STATIC: self.produce_sun = True else: