更改虚拟按键可见性的逻辑,修复mod不会影响虚拟按键的显示
This commit is contained in:
@@ -243,9 +243,13 @@ local function applyGameEnv(P)--Finish gameEnv processing
|
||||
end
|
||||
end
|
||||
end
|
||||
if not ENV.Fkey then
|
||||
P.keyAvailable[9]=false
|
||||
end
|
||||
for _,v in next,ENV.keyCancel do
|
||||
P.keyAvailable[v]=false
|
||||
end
|
||||
|
||||
P:setInvisible(
|
||||
ENV.visible=="show"and -1 or
|
||||
ENV.visible=="time"and 300 or
|
||||
|
||||
Reference in New Issue
Block a user