unhardcore mobile res
This commit is contained in:
parent
52ee57f231
commit
c575497b3f
1 changed files with 1 additions and 1 deletions
2
main.lua
2
main.lua
|
@ -60,7 +60,7 @@ function love.load()
|
||||||
end
|
end
|
||||||
|
|
||||||
if is_mobile then
|
if is_mobile then
|
||||||
local winwidth, winheight = love.graphics.getDimensions( )
|
local winwidth, winheight = love.graphics.getDimensions()
|
||||||
love.window.setMode(winwidth, winheight, {borderless=true, resizable=false, minwidth=705, minheight=510, fullscreen=true})
|
love.window.setMode(winwidth, winheight, {borderless=true, resizable=false, minwidth=705, minheight=510, fullscreen=true})
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue