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 f801d2a..dac5260 100644
--- a/main.lua
+++ b/main.lua
@@ -38,7 +38,7 @@ function love.update(dt)
if love.keyboard.isDown("f4") == true then
love.window.setMode(800, 600, {fullscreen=true, fullscreentype="desktop"})
elseif love.keyboard.isDown("f5") == true then
- love.window.setMode(800, 600, {fullscreen=false})
+ love.window.setMode(1280, 720, {fullscreen=false})
end
if fade == 1 and fadeOpacity ~= 255 then
fadeOpacity = fadeOpacity + 5