Update conf
This commit is contained in:
parent
72029078b7
commit
790b2a58bf
1 changed files with 2 additions and 2 deletions
4
conf.lua
4
conf.lua
|
@ -4,8 +4,8 @@ love.conf = function(t)
|
|||
t.modules.joystick = false
|
||||
t.modules.physics = false
|
||||
-- This scales the game, and it still looks quite nice at 1440p!
|
||||
-- t.window.fullscreen = true
|
||||
-- t.window.fullscreentype = "desktop"
|
||||
t.window.fullscreen = false
|
||||
t.window.fullscreentype = "desktop"
|
||||
t.window.width = 800
|
||||
t.window.height = 600
|
||||
t.window.vsync = false
|
||||
|
|
Loading…
Reference in a new issue