From 78b09b35de8d88184b4b09d4847a9c1def448cae Mon Sep 17 00:00:00 2001 From: mars Date: Wed, 19 Apr 2023 17:25:39 -0400 Subject: [PATCH] Increase game resolution to 360p --- main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.lua b/main.lua index 5c46c93..b4fab18 100644 --- a/main.lua +++ b/main.lua @@ -4,7 +4,7 @@ local Font = require "font" local MultiMenu = require "multimenu" local push = require "lib/push" -local gameWidth, gameHeight = 320, 200 +local gameWidth, gameHeight = 480, 360 local windowWidth, windowHeight = love.window.getDesktopDimensions() windowWidth, windowHeight = windowWidth * .7, windowHeight * .7 --make the window a bit smaller than the screen itself local pushOpts = {