新增虚拟按键样式设置

This commit is contained in:
MrZ626
2021-05-20 00:02:37 +08:00
parent 41ce44fc0e
commit 6fa9aa30fa
10 changed files with 71 additions and 35 deletions

View File

@@ -236,7 +236,6 @@ for _,v in next,fs.getDirectoryItems("parts/scenes")do
LANG.addScene(sceneName)
end
end
LANG.set(SETTING.lang)
--Update data
do
@@ -268,6 +267,7 @@ do
needSave=true
autoRestart=true
end
if not SETTING.VKSkin then SETTING.VKSkin=1 end
if not TABLE.find({8,10,13,17,22,29,37,47,62,80,100},SETTING.frameMul)then
SETTING.frameMul=100
end
@@ -320,4 +320,7 @@ do
if autoRestart then
love.event.quit('restart')
end
end
end
LANG.set(SETTING.lang)
VK.setShape(SETTING.VKSkin)