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