aboutsummaryrefslogtreecommitdiff
path: root/panel.lua
diff options
context:
space:
mode:
author1029chris <1029chris@gmail.com>2016-05-03 15:20:52 -0700
committer1029chris <1029chris@gmail.com>2016-05-03 15:20:52 -0700
commit48b794b936f987b0283342ca385d77b5b8ec95f9 (patch)
tree043aa01b40975cdda9d349f08dc0213e76eea33b /panel.lua
parent635e60270978e22e2192be943c393d1ba516f58c (diff)
Added timer, adding loading system
Diffstat (limited to 'panel.lua')
-rw-r--r--panel.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/panel.lua b/panel.lua
index aee62bf..bc01a9f 100644
--- a/panel.lua
+++ b/panel.lua
@@ -61,6 +61,7 @@ function drawStart()
if v1.c.chat.msgs > 35 and v1.yes == true then
love.graphics.setColor(colors.font.dark)
love.graphics.print("VIRUS HEALTH: " .. v1.c.health, sys.w/2, panel.s.y+7)
+ love.graphics.print("TIMER: " .. v1.fightMinute .. ":" .. math.floor(-(v1.fightTimer-60)), sys.w/2-200, panel.s.y+7)
end
end
function drawNoti()