Increase game resolution to 360p

This commit is contained in:
mars 2023-04-19 17:25:39 -04:00
parent ec2d98a707
commit 78b09b35de
1 changed files with 1 additions and 1 deletions

View File

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