fix #1 and prepare for build
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
function love.conf(t)
|
function love.conf(t)
|
||||||
t.title = "FADE"
|
t.title = "FADE"
|
||||||
t.console = true --tmp
|
--t.console = true --tmp
|
||||||
|
|
||||||
--local w, h = love.window.getDesktopDimensions()
|
--local w, h = love.window.getDesktopDimensions()
|
||||||
--t.window.width = w
|
--t.window.width = w
|
||||||
|
@@ -134,6 +134,9 @@ function love.keypressed(key)
|
|||||||
|
|
||||||
if key == "b" then
|
if key == "b" then
|
||||||
blacknwhite = not blacknwhite
|
blacknwhite = not blacknwhite
|
||||||
|
if not blacknwhite then
|
||||||
|
swatch = 4
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
if key == "c" then
|
if key == "c" then
|
||||||
|
Reference in New Issue
Block a user