改回默认全屏,电脑默认关闭每帧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.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
|
||||||
|
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user