From 0f93500dcd5f72b34225834bf534cd9efed1deea Mon Sep 17 00:00:00 2001 From: 1029chris <1029chris@gmail.com> Date: Tue, 31 May 2016 13:18:05 -0700 Subject: Work in progress screen resolution settings --- main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.lua') 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 -- cgit