From 8a195208d4474665634da1055c42abbfe5e883ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=9F=E5=A4=96=E4=B9=8B=E7=A5=9E?= Date: Fri, 8 Apr 2022 18:45:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E9=87=8A=E7=94=BB=E9=A5=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/constants.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/constants.py b/source/constants.py index 23c5ef6..8a54b6b 100755 --- a/source/constants.py +++ b/source/constants.py @@ -66,6 +66,11 @@ ZOMBIE_LIST = 'zombie_list' MAP_EMPTY = 0 MAP_EXIST = 1 +# 只有南瓜头 +MAP_PUMPKIN_ONLY = 2 +# 有南瓜头和其他植物 +MAP_PUMPKIN_WITH = 3 +# 可能还需要给咖啡豆定义一个状态 BACKGROUND_OFFSET_X = 220 MAP_OFFSET_X = 35