diff --git a/main.lua b/main.lua index dcbd630..f44c388 100644 --- a/main.lua +++ b/main.lua @@ -23,7 +23,6 @@ function love.load() lg.setDefaultFilter("nearest") if game.OS ~= "Horizon" then game:changesize(416,234) - if game.OSTYPE=="Mobile" then game:changesize(300,234) end love.window.setTitle('Neutron') w,h = love.window.getDesktopDimensions() res = game.OSTYPE=="PC"