取消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

@@ -11,7 +11,8 @@ local gameEnv0={
das=10,arr=2,
sddas=2,sdarr=2,
ihs=true,irs=true,ims=true,
quickR=true,swap=true,
swap=true,
ghost=true,center=true,
smooth=false,grid=false,
bagLine=false,
@@ -2344,7 +2345,7 @@ function player.act.func(P)
P.gameEnv.Fkey(P)
end
function player.act.restart(P)
if P.gameEnv.quickR or game.frame<180 then
if game.frame<240 or game.result then
TASK.removeTask_code(TICK.autoPause)
resetPartGameData()
end
@@ -2689,7 +2690,7 @@ function PLY.newDemoPlayer(id,x,y,size)
noFly=false,
das=10,arr=2,
sddas=2,sdarr=2,
quickR=true,swap=true,
swap=true,
ghost=setting.ghost,center=setting.center,
smooth=setting.smooth,grid=setting.grid,
text=setting.text,