From 538c3b90ea2c2d1338b1ff468998129be704cf4a Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Sat, 21 Nov 2020 21:43:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=9B=9B=E4=B8=AAmod?= =?UTF-8?q?=E5=90=8D=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/globalTables.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/parts/globalTables.lua b/parts/globalTables.lua index 7b3a1178..a028117a 100644 --- a/parts/globalTables.lua +++ b/parts/globalTables.lua @@ -2,7 +2,7 @@ local function disableKey(P,key) table.insert(P.gameEnv.keyCancel,key) end MODOPT={--Mod options - noNext={id="NL", + noNext={id="NN", key="q",x=80,y=230,color=COLOR.red, conflict={"hideNext","fullNext"}, func=function(P)P.gameEnv.nextCount=0 end, @@ -13,12 +13,12 @@ MODOPT={--Mod options func=function(P)P.gameEnv.nextCount=6 end, unranked=true, }, - noHold={id="HL", + noHold={id="NH", key="e",x=320,y=230,color=COLOR.red, conflict={"multiHold"}, func=function(P)P.gameEnv.holdCount=0 end, }, - multiHold={id="FH", + multiHold={id="MH", key="r",x=440,y=230,color=COLOR.water, list={2,3,4,5,6}, conflict={"noHold"},