diff --git a/conf.lua b/conf.lua index 5296c175..99c333c2 100644 --- a/conf.lua +++ b/conf.lua @@ -45,7 +45,7 @@ function love.conf(t) W.x,W.y=nil,nil -- Position of the window W.borderless=MOBILE -- Display window frame W.resizable=not MOBILE -- Whether window is resizable - W.fullscreentype="exclusive" -- Fullscreen type + W.fullscreentype=MOBILE and "exclusive" or "desktop" -- Fullscreen type if portrait then W.width,W.height=720,1280 W.minwidth,W.minheight=360,640 diff --git a/parts/gameTables.lua b/parts/gameTables.lua index dc20b43d..f8000a95 100644 --- a/parts/gameTables.lua +++ b/parts/gameTables.lua @@ -652,7 +652,7 @@ do-- Userdata tables showSpike=true, highCam=true, nextPos=true, - fullscreen=MOBILE, + fullscreen=true, portrait=false, msaa=0, bg='on',