diff options
| author | Chris B <1029chris@gmail.com> | 2016-01-07 13:26:51 -0800 |
|---|---|---|
| committer | Chris B <1029chris@gmail.com> | 2016-01-07 13:26:51 -0800 |
| commit | 3d90754a9f213ca56a394f57587928741709324a (patch) | |
| tree | 427352c16880d9f29a4b269e0114945f8d52e444 /conf.lua | |
| parent | c7367067b637fff0dea66ef16a27b7922c9c0e44 (diff) | |
Changed connfig
Diffstat (limited to 'conf.lua')
| -rw-r--r-- | conf.lua | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -1,9 +1,8 @@ function love.conf(t) - t.window.width = 0 - t.window.height = 0 + t.window.width = 800 + t.window.height = 600 t.version = "0.10.0" t.modules.joystick = false t.window.title = "Don't Get a Virus" - t.window.fullscreen = true - t.window.fullscreentype = "exclusive" + t.window.fullscreen = false end |
