summaryrefslogtreecommitdiffhomepage
path: root/menu.lua
diff options
context:
space:
mode:
Diffstat (limited to 'menu.lua')
-rw-r--r--menu.lua7
1 files changed, 7 insertions, 0 deletions
diff --git a/menu.lua b/menu.lua
index ac4d85e..3031e09 100644
--- a/menu.lua
+++ b/menu.lua
@@ -88,6 +88,13 @@ function Menu:update(dt)
end
end
+-- Speed up countdown
+function Menu:countdownJump()
+ if self.countdown ~= 6 then
+ self.countdown = self.countdown - 1
+ end
+end
+
--
function Menu:unselectSelector(selector)
local i = 0