diff options
| author | 1029chris <1029chris@gmail.com> | 2016-05-03 15:20:52 -0700 |
|---|---|---|
| committer | 1029chris <1029chris@gmail.com> | 2016-05-03 15:20:52 -0700 |
| commit | 48b794b936f987b0283342ca385d77b5b8ec95f9 (patch) | |
| tree | 043aa01b40975cdda9d349f08dc0213e76eea33b /panel.lua | |
| parent | 635e60270978e22e2192be943c393d1ba516f58c (diff) | |
Added timer, adding loading system
Diffstat (limited to 'panel.lua')
| -rw-r--r-- | panel.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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() |
