diff options
Diffstat (limited to 'desktop.lua')
| -rw-r--r-- | desktop.lua | 3 |
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 |
