diff --git a/builds/build.number b/builds/build.number index 310b5ca..358fd52 100644 --- a/builds/build.number +++ b/builds/build.number @@ -1 +1 @@ -build=5 +build=6 diff --git a/src/menu.lua b/src/menu.lua index 1c6f9ee..3d4ae87 100644 --- a/src/menu.lua +++ b/src/menu.lua @@ -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