From 43215dfc4b9bed79eb36cd8c68e31077b4927b9c Mon Sep 17 00:00:00 2001 From: MrZ_26 <1046101471@qq.com> Date: Thu, 21 Dec 2023 00:51:18 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85=E8=81=94=E7=BD=91=E6=88=BF?= =?UTF-8?q?=E9=97=B4=E8=AE=BE=E7=BD=AE=E5=8F=AF=E9=80=89=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/scenes/net_newRoom.lua | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/parts/scenes/net_newRoom.lua b/parts/scenes/net_newRoom.lua index 84e7055b..406a4168 100644 --- a/parts/scenes/net_newRoom.lua +++ b/parts/scenes/net_newRoom.lua @@ -17,13 +17,13 @@ local sList={ bufferLimit={4,6,10,15,20,40,100,1e99}, drop={0,.125,.25,.5,1,2,3,4,5,6,7,8,9,10,12,14,16,18,20,25,30,40,60,180,1e99}, - lock={0,1,2,3,4,5,6,7,8,9,10,12,14,16,18,20,25,30,40,60,180,1e99}, - wait={0,1,2,3,4,5,6,7,8,10,15,20,30,60}, - fall={0,1,2,3,4,5,6,7,8,10,15,20,30,60}, - hang={0,1,2,3,4,5,6,7,8,10,15,20,30,60}, - hurry={0,1,2,3,4,5,6,7,8,10,1e99}, + lock={0,1,2,3,4,5,6,7,8,9,10,11,12,14,16,18,20,25,30,40,60,180,1e99}, + wait={0,1,2,3,4,5,6,7,8,9,10,15,20,30,60}, + fall={0,1,2,3,4,5,6,7,8,9,10,15,20,30,60}, + hang={0,1,2,3,4,5,6,7,8,9,10,15,20,30,60}, + hurry={0,1,2,3,4,5,6,7,8,9,10,1e99}, eventSet=EVENTSETS, - holdMode={'hold','swap'}, + holdMode={'hold','swap','skip'}, } local scene={}