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 = {