From f6de75ec02de866325678e277ef6c5593a4eba95 Mon Sep 17 00:00:00 2001 From: yupili Date: Fri, 16 Sep 2022 18:15:57 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E8=B0=83=E6=95=B4=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/core/globalStore.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/globalStore.ts b/src/core/globalStore.ts index da9065c..c57df76 100644 --- a/src/core/globalStore.ts +++ b/src/core/globalStore.ts @@ -6,13 +6,13 @@ const defaultGameConfig = { // 需要多少个一样块的才能合成 composeNum: 3, // 动物类别数 - typeNum: 10, + typeNum: 12, // 每层块数(大致) levelBlockNum: 30, // 边界收缩步长 borderStep: 1, // 总层数(最小为 2) - levelNum: 2, + levelNum: 8, // 最上层块数 topBlockNum: 40, // 最下层块数最小值