diff options
| author | 1029chris <1029chris@gmail.com> | 2016-04-20 10:48:12 -0700 |
|---|---|---|
| committer | 1029chris <1029chris@gmail.com> | 2016-04-20 10:48:12 -0700 |
| commit | f7c70cec2946b25ca050796d7c9160044717ce29 (patch) | |
| tree | 9c5437b6ebef05c74c3ae7092e1369581b7874ca /main.lua | |
| parent | 5b9e47c1f86fbcd910d96b5d5c76c5d3b7fbf31c (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.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
