From b114aa73ac88c160962fb2e851dbc28cfee2e9e1 Mon Sep 17 00:00:00 2001 From: Aki Date: Mon, 20 Jun 2016 22:29:30 +0200 Subject: Scale countdown timer --- menu.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/menu.lua b/menu.lua index 3031e09..9340881 100644 --- a/menu.lua +++ b/menu.lua @@ -64,7 +64,7 @@ function Menu:draw() local w, h = love.graphics.getWidth()/self.scale, love.graphics.getHeight()/self.scale if self.countdown < 6 then love.graphics.setFont(Bold) - love.graphics.print(countdown,(w/2-6.5)*self.scale,(h/2+20)*self.scale,0,2,2) + love.graphics.print(countdown,(w/2-6.5)*self.scale,(h/2+30)*self.scale,0,self.scale,self.scale) love.graphics.setFont(Font) end end -- cgit v1.1