新增游戏内方块和场地的亮度参数调整
This commit is contained in:
5
main.lua
5
main.lua
@@ -306,8 +306,13 @@ do
|
||||
love.event.quit('restart')
|
||||
end
|
||||
end
|
||||
|
||||
--Apply system setting
|
||||
LANG.set(SETTING.lang)
|
||||
VK.setShape(SETTING.VKSkin)
|
||||
applyBlockSatur(SETTING.blockSatur)
|
||||
applyFieldSatur(SETTING.fieldSatur)
|
||||
|
||||
--Load replays
|
||||
for _,fileName in next,fs.getDirectoryItems('replay')do
|
||||
if fileName:sub(12,12):match("[a-zA-Z]")then
|
||||
|
||||
Reference in New Issue
Block a user