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