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

微调游戏设置菜单
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

@@ -1,15 +1,6 @@
local function selectTarget(P)
if SETTING.swap then
for i=1,#P.keyPressing do
if P.keyPressing[i]then
P.keyPressing[i]=false
end
end
P.keyPressing[9]=true
else
P:changeAtkMode(P.atkMode<3 and P.atkMode+2 or 5-P.atkMode)
P.swappingAtkMode=30
end
P:changeAtkMode(P.atkMode<3 and P.atkMode+2 or 5-P.atkMode)
P.swappingAtkMode=30
end
return{