改回默认全屏,电脑默认关闭每帧discard
This commit is contained in:
2
main.lua
2
main.lua
@@ -109,7 +109,7 @@ if not fs.getInfo("conf/settings")and MOBILE then
|
||||
SETTING.VKSwitch=true
|
||||
SETTING.swap=false
|
||||
SETTING.powerInfo=true
|
||||
SETTING.fullscreen=true
|
||||
SETTING.cleanCanvas=true
|
||||
end
|
||||
if SETTING.fullscreen then love.window.setFullscreen(true)end
|
||||
|
||||
|
||||
@@ -268,14 +268,14 @@ SETTING={--Settings
|
||||
shakeFX=2,
|
||||
atkFX=2,
|
||||
frameMul=100,
|
||||
cleanCanvas=true,
|
||||
cleanCanvas=false,
|
||||
|
||||
text=true,
|
||||
score=true,
|
||||
warn=true,
|
||||
highCam=false,
|
||||
nextPos=false,
|
||||
fullscreen=false,
|
||||
fullscreen=true,
|
||||
bg=true,
|
||||
powerInfo=false,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user