bug fix?
This commit is contained in:
parent
40034d2f00
commit
7ee8baf438
4 changed files with 19 additions and 9 deletions
6
conf.lua
6
conf.lua
|
@ -1,6 +1,8 @@
|
|||
WINDOWWIDTH = 373
|
||||
WINDOWHEIGHT = 212
|
||||
WINDOWSCALE = 1
|
||||
WINDOWWIDTH = 373*WINDOWSCALE
|
||||
WINDOWHEIGHT = 212*WINDOWSCALE
|
||||
BORDERLESS = true
|
||||
BLACK = true
|
||||
function love.conf(t)
|
||||
t.window.width = WINDOWWIDTH
|
||||
t.window.height = WINDOWHEIGHT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue