0.9.2:方向键选择控件

This commit is contained in:
MrZ_26
2020-07-23 15:12:17 +08:00
parent bb2c732529
commit b97319afe0
8 changed files with 469 additions and 318 deletions

View File

@@ -86,6 +86,16 @@ if fs.getInfo("virtualkey.dat")then FILE.loadVK()end
--update data file
S=stat
while #modeRanks>73 do
table.remove(modeRanks)
end
if modeRanks[73]==6 then modeRanks[73]=0 end
if modeRanks[1]then--rename key of modeRanks
local L=modeRanks
for i=1,#L do
L[Modes[i].name],L[i]=L[i]
end
end
if S.version=="Alpha V0.9.1"then
setting.spawn=0
end