aboutsummaryrefslogtreecommitdiff
path: root/desktop.lua
diff options
context:
space:
mode:
author1029chris <1029chris@gmail.com>2016-07-02 15:42:59 -0700
committer1029chris <1029chris@gmail.com>2016-07-02 15:42:59 -0700
commitb34fcbd418a78b969025980ebc12a4698c58198c (patch)
tree7c76571be17a26bba98441bcb425d3bb14516d1c /desktop.lua
parent12bed83dd13fb29889a1d614f7adf3e26e969a46 (diff)
Fixed glitch with scorch going over icons
Fixed by moving draw code to desktop moved some code into functions so it'll be usable in other fights Slowed down bullets of final part of fight slightly
Diffstat (limited to 'desktop.lua')
-rw-r--r--desktop.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/desktop.lua b/desktop.lua
index c33f004..4dbdc24 100644
--- a/desktop.lua
+++ b/desktop.lua
@@ -8,6 +8,9 @@ function drawDesktop()
love.graphics.setColor(256,256,256)
love.graphics.draw(v1.scorch, win[2].x-300, win[2].y-100)
end
+ if v1.timer >= 16 and v1.c.chat.msgs < 2 then
+ drawVirus1StartThing()
+ end
if expl.deb.load == false then
expl.deb[1].x = win[2].x
expl.deb[1].y = win[2].y