fix #1 and prepare for build

This commit is contained in:
Paul Liverman III
2016-05-04 13:24:03 -07:00
parent 71e8f39d56
commit 62efb2fa46
2 changed files with 4 additions and 1 deletions

View File

@@ -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

View File

@@ -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