cleaned code, fixed icon, buttons, and resolution

This commit is contained in:
Mango 2025-09-01 21:23:11 -07:00
commit 6ba4f47466
4 changed files with 57 additions and 76 deletions

View file

@ -1,14 +1,13 @@
WINDOWSCALE = 1
WINDOWWIDTH = 373*WINDOWSCALE
WINDOWHEIGHT = 212*WINDOWSCALE
WINDOWWIDTH = 480*WINDOWSCALE
WINDOWHEIGHT = 270*WINDOWSCALE
BORDERLESS = true
BLACK = true
function love.conf(t)
t.window.width = WINDOWWIDTH
t.window.height = WINDOWHEIGHT
t.window.borderless = BORDERLESS
t.window.title = "input display"
t.window.icon = "icon.png"
t.modules.physics = false
end
end