cleaned code, fixed icon, buttons, and resolution
This commit is contained in:
parent
594e47ffd1
commit
6ba4f47466
4 changed files with 57 additions and 76 deletions
9
conf.lua
9
conf.lua
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue