aboutsummaryrefslogtreecommitdiff
path: root/main.lua
diff options
context:
space:
mode:
author1029chris <1029chris@gmail.com>2016-04-20 10:48:12 -0700
committer1029chris <1029chris@gmail.com>2016-04-20 10:48:12 -0700
commitf7c70cec2946b25ca050796d7c9160044717ce29 (patch)
tree9c5437b6ebef05c74c3ae7092e1369581b7874ca /main.lua
parent5b9e47c1f86fbcd910d96b5d5c76c5d3b7fbf31c (diff)
Added timer for messages
Now they appear on their own. Start menu no longer activates messages
Diffstat (limited to 'main.lua')
-rw-r--r--main.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.lua b/main.lua
index 1801297..e2df574 100644
--- a/main.lua
+++ b/main.lua
@@ -37,7 +37,7 @@ function love.load()
loadDia()
end
function love.update(dt)
- time = dt
+ time = time + dt
sys.w = love.graphics.getWidth()
sys.h = love.graphics.getHeight()
minim = love.graphics.getHeight()+10