diff options
| author | Chris B <1029chris@gmail.com> | 2015-12-30 17:24:34 -0800 |
|---|---|---|
| committer | Chris B <1029chris@gmail.com> | 2015-12-30 17:24:34 -0800 |
| commit | dbeb792f201f784ff78e75eb3562922bcbb010c6 (patch) | |
| tree | 39ea92dd37f84dffbc2b02af65d778d25f79bcca /conf.lua | |
| parent | 2af76ac1a9a9a52ec7a03f47b72cb7cafa818cdf (diff) | |
Updating config to 0.10.0
Diffstat (limited to 'conf.lua')
| -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 |
