取消quickR设置,修改游戏设置布局,增加相关tip

This commit is contained in:
MrZ_26
2020-08-10 01:43:39 +08:00
parent de0de3a771
commit 5de78e924d
6 changed files with 19 additions and 22 deletions

View File

@@ -260,11 +260,10 @@ local langList={
ctrl="控制设置",
reTime="开局等待时间",
maxNext="最大预览数量",
autoPause="自动暂停",
autoPause="失去焦点自动暂停",
layout="外观",
key="键位设置",
touch="触屏设置",
quickR="快速重新开始",
swap="组合键切换攻击模式",
fine="极简操作提示音",
back="返回",
@@ -720,11 +719,10 @@ local langList={
ctrl="控制设置",
reTime="开局等待时间",
maxNext="最大预览数量",
autoPause="自动暂停",
autoPause="失去焦点自动暂停",
layout="外观",
key="键位设置",
touch="触屏设置",
quickR="快速重新开始",
swap="组合键切换攻击模式",
fine="极简操作提示音",
back="返回",
@@ -1169,11 +1167,10 @@ local langList={
ctrl="Control settings",
reTime="Start Delay",
maxNext="Next Queue Length",
autoPause="Auto pause",
autoPause="Pause when lose focus",
layout="Layout",
key="Key Mappings",
touch="Touch Settings",
quickR="Quick Retry",
swap="Key Combination (Change Atk. Mode)",
fine="Finesse Error Sound",
back="Back",
@@ -1618,7 +1615,6 @@ local langList={
layout="=-=-=",
key="=?",
touch="_?",
quickR="R!",
swap="=+=+=",
fine="!#!X #!#",
back="X",
@@ -2077,11 +2073,10 @@ local langList={
ctrl="改控制",
reTime="开局等待时间",
maxNext="最大预览数量",
autoPause="自动暂停",
autoPause="失去焦点自动暂停",
layout="外观",
key="改键位",
touch="改触屏",
quickR="快速重新开始",
swap="组合键切换攻击模式",
fine="极简操作提示音",
back="返回",

View File

@@ -625,7 +625,7 @@ end
function Pnt.setting_game()
gc.setColor(1,1,1)
mText(drawableText.setting_game,640,15)
gc.draw(blockSkin[int(Timer()*2)%11+1],720,540,Timer()%6.28319,2,nil,15,15)
gc.draw(blockSkin[int(Timer()*2)%11+1],590,540,Timer()%6.28319,2,nil,15,15)
end
function Pnt.setting_video()
gc.setColor(1,1,1)

View File

@@ -224,13 +224,12 @@ local Widgets={
newButton({name="touch", x=990, y=220, w=320,h=80, color="lBlue", font=35,code=function()SCN.goto("setting_touch")end}),
newSlider({name="reTime", x=350, y=340, w=300,unit=10, font=30,disp=SETval("reTime"), code=SETsto("reTime")}),
newSlider({name="maxNext", x=350, y=440, w=300,unit=6, font=30,disp=SETval("maxNext"), code=SETsto("maxNext")}),
newSwitch({name="autoPause",x=350, y=540, font=20,disp=SETval("autoPause"),code=SETrev("autoPause")}),
newButton({name="layout", x=590, y=540, w=140,h=70,color="white", font=35,code=function()
newButton({name="layout", x=460, y=540, w=140,h=70,color="white", font=35,code=function()
SCN.goto("setting_skin")
end}),
newSwitch({name="quickR", x=1050, y=320, font=35,disp=SETval("quickR"), code=SETrev("quickR")}),
newSwitch({name="swap", x=1050, y=400, font=20,disp=SETval("swap"), code=SETrev("swap")}),
newSwitch({name="fine", x=1050, y=480, font=20,disp=SETval("fine"), code=SETrev("fine")}),
newSwitch({name="autoPause",x=1080, y=320, font=20,disp=SETval("autoPause"), code=SETrev("autoPause")}),
newSwitch({name="swap", x=1080, y=380, font=20,disp=SETval("swap"), code=SETrev("swap")}),
newSwitch({name="fine", x=1080, y=440, font=20,disp=SETval("fine"), code=SETrev("fine")}),
newButton({name="back", x=1140, y=650, w=200,h=80,color="white", font=40,code=BACK}),
},
setting_video={