From 62efb2fa469791804dd587589a483cfb6eee6740 Mon Sep 17 00:00:00 2001 From: Paul Liverman III Date: Wed, 4 May 2016 13:24:03 -0700 Subject: [PATCH] fix #1 and prepare for build --- src/conf.lua | 2 +- src/main.lua | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/conf.lua b/src/conf.lua index af198a8..c493ace 100644 --- a/src/conf.lua +++ b/src/conf.lua @@ -1,6 +1,6 @@ function love.conf(t) t.title = "FADE" - t.console = true --tmp + --t.console = true --tmp --local w, h = love.window.getDesktopDimensions() --t.window.width = w diff --git a/src/main.lua b/src/main.lua index 26fddbf..d13a778 100644 --- a/src/main.lua +++ b/src/main.lua @@ -134,6 +134,9 @@ function love.keypressed(key) if key == "b" then blacknwhite = not blacknwhite + if not blacknwhite then + swatch = 4 + end end if key == "c" then