unhardcore mobile res

This commit is contained in:
jill 2021-01-25 23:31:30 +03:00
parent 52ee57f231
commit c575497b3f
Signed by: oat
GPG Key ID: DD83A9617A252385
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ function love.load()
end
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})
end
end