added color sliders, increased window size and removed window scale
This commit is contained in:
parent
101e762d12
commit
77310ccdc5
3 changed files with 60 additions and 31 deletions
5
conf.lua
5
conf.lua
|
@ -1,6 +1,5 @@
|
|||
WINDOWSCALE = 1
|
||||
WINDOWWIDTH = 480*WINDOWSCALE
|
||||
WINDOWHEIGHT = 270*WINDOWSCALE
|
||||
WINDOWWIDTH = 720
|
||||
WINDOWHEIGHT = 405
|
||||
BORDERLESS = true
|
||||
|
||||
function love.conf(t)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue