aboutsummaryrefslogtreecommitdiff
path: root/main.lua
diff options
context:
space:
mode:
author1029chris <1029chris@gmail.com>2016-05-31 13:18:05 -0700
committer1029chris <1029chris@gmail.com>2016-05-31 13:18:05 -0700
commit0f93500dcd5f72b34225834bf534cd9efed1deea (patch)
tree4587fc44b6dcaf66af9eb77308d1e96289a48eab /main.lua
parentd307bbb256f35a5c127eaba06e484febf9fce50f (diff)
Work in progress screen resolution settings
Diffstat (limited to 'main.lua')
-rw-r--r--main.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.lua b/main.lua
index 616874f..e49d6a3 100644
--- a/main.lua
+++ b/main.lua
@@ -36,7 +36,7 @@ function love.update(dt)
win[i].update = true
end
elseif love.keyboard.isDown("f5") == true then
- love.window.setMode(1280, 720, {fullscreen=false})
+ love.window.setMode(1280,720,{fullscreen=true, fullscreentype="exclusive"})
for i=1,#win do
win[i].update = true
end