aboutsummaryrefslogtreecommitdiff
path: root/main.lua
diff options
context:
space:
mode:
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