From f179a9b9de918456048c4cc1ed46c53913af05c0 Mon Sep 17 00:00:00 2001 From: Paul Liverman III Date: Mon, 9 Feb 2015 20:47:48 -0800 Subject: [PATCH] fix tiny error with beta build --- builds/build.number | 2 +- src/menu.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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