From 49e17a199e065b4f3b178d1ef0d47f88dc704bfd Mon Sep 17 00:00:00 2001 From: "theo@manjaro" Date: Fri, 4 Mar 2022 15:13:18 +0100 Subject: [PATCH] Don't use pixel perfect scaling on mobile --- main.lua | 1 - 1 file changed, 1 deletion(-) 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"