added color sliders, increased window size and removed window scale

This commit is contained in:
Mango 2025-09-05 21:51:51 -07:00
commit 77310ccdc5
3 changed files with 60 additions and 31 deletions

View file

@ -1,6 +1,5 @@
WINDOWSCALE = 1
WINDOWWIDTH = 480*WINDOWSCALE
WINDOWHEIGHT = 270*WINDOWSCALE
WINDOWWIDTH = 720
WINDOWHEIGHT = 405
BORDERLESS = true
function love.conf(t)