fix tiny error with beta build

This commit is contained in:
Paul Liverman III
2015-02-09 20:47:48 -08:00
parent 96c634facc
commit f179a9b9de
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
build=5
build=6

View File

@@ -24,7 +24,7 @@ end
function menu:mousepressed(x, y, button)
if button == "l" then
-- TODO replace constructed settings object with actual loaded settings
Gamestate.switch(game, {boxSize = 20, colorStep = 80, timeLimit = 10})
Gamestate.switch(game, {boxSize = 20, colorStep = 80, timeLimit = 60})
end
end