From c575497b3f1976cacfd44da060c53283e3fbb818 Mon Sep 17 00:00:00 2001 From: jill Date: Mon, 25 Jan 2021 23:31:30 +0300 Subject: [PATCH] unhardcore mobile res --- main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.lua b/main.lua index c834f4d..56ec424 100644 --- a/main.lua +++ b/main.lua @@ -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