aboutsummaryrefslogtreecommitdiff
path: root/main.lua
diff options
context:
space:
mode:
author1029chris <1029chris@gmail.com>2016-04-21 21:30:58 -0700
committer1029chris <1029chris@gmail.com>2016-04-21 21:30:58 -0700
commitdcf65f619aa1060d07a2470b067ecde6e02ff928 (patch)
tree10c3a826991041323b79a87bc2e6330cdf967b33 /main.lua
parent40cff9688fb0a177c35b067c687fcac701ef60b3 (diff)
Added more dialogue for virus after antivirus appears
i did this using a timer that makes the messages progress
Diffstat (limited to 'main.lua')
-rw-r--r--main.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.lua b/main.lua
index 12171ea..d2cab56 100644
--- a/main.lua
+++ b/main.lua
@@ -36,6 +36,7 @@ function love.load()
loadDia()
end
function love.update(dt)
+ delta = dt
time = time + dt
sys.w = love.graphics.getWidth()
sys.h = love.graphics.getHeight()