移除组合键切换攻击模式功能,固定为单点切换

微调游戏设置菜单
This commit is contained in:
MrZ626
2021-10-19 19:00:02 +08:00
parent e484bef6df
commit d9a82878bf
18 changed files with 39 additions and 102 deletions

View File

@@ -433,6 +433,7 @@ do
end
SETTING.appLock=nil
SETTING.dataSaving=nil
SETTING.swap=nil
if not SETTING.VKSkin then SETTING.VKSkin=1 end
for _,v in next,SETTING.skin do if v<1 or v>17 then v=17 end end
if SETTING.RS=='ZRS'or SETTING.RS=='BRS'or SETTING.RS=='ASCplus'or SETTING.RS=='C2sym'then SETTING.RS='TRS'end
@@ -497,7 +498,6 @@ end
--First start for phones
if FIRSTLAUNCH and MOBILE then
SETTING.VKSwitch=true
SETTING.swap=false
SETTING.powerInfo=true
SETTING.cleanCanvas=true
end