改回默认全屏,电脑默认关闭每帧discard

This commit is contained in:
MrZ626
2021-03-18 20:53:53 +08:00
parent d301b99738
commit 73a1b860d5
2 changed files with 3 additions and 3 deletions

View File

@@ -109,7 +109,7 @@ if not fs.getInfo("conf/settings")and MOBILE then
SETTING.VKSwitch=true SETTING.VKSwitch=true
SETTING.swap=false SETTING.swap=false
SETTING.powerInfo=true SETTING.powerInfo=true
SETTING.fullscreen=true SETTING.cleanCanvas=true
end end
if SETTING.fullscreen then love.window.setFullscreen(true)end if SETTING.fullscreen then love.window.setFullscreen(true)end

View File

@@ -268,14 +268,14 @@ SETTING={--Settings
shakeFX=2, shakeFX=2,
atkFX=2, atkFX=2,
frameMul=100, frameMul=100,
cleanCanvas=true, cleanCanvas=false,
text=true, text=true,
score=true, score=true,
warn=true, warn=true,
highCam=false, highCam=false,
nextPos=false, nextPos=false,
fullscreen=false, fullscreen=true,
bg=true, bg=true,
powerInfo=false, powerInfo=false,