diff options
| -rw-r--r-- | conf.lua | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,9 +1,9 @@ function love.conf(t) t.window.width = 0 t.window.height = 0 - t.version = "0.9.2" + t.version = "0.10.0" t.modules.joystick = false t.window.title = "Don't Get a Virus" t.window.fullscreen = true - t.window.fullscreentype = "normal" + t.window.fullscreentype = "exclusive" end |
