diff options
| author | 1029chris <1029chris@gmail.com> | 2016-04-21 14:30:14 -0700 |
|---|---|---|
| committer | 1029chris <1029chris@gmail.com> | 2016-04-21 14:30:14 -0700 |
| commit | 93c08eea949389de3d41148197100d232eacc137 (patch) | |
| tree | bc74018507a8b2c452ad50f11c333cdc4b382c81 /assets.lua | |
| parent | 6b3b3d0aa652bdda25189742160b4649afd40409 (diff) | |
Antivirus appears after Viruses speech
Viruses eye can now look at different things
looks at front, then mouse, then antivirus
Changed window.lua to work in the virus mode
Diffstat (limited to 'assets.lua')
| -rw-r--r-- | assets.lua | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -150,6 +150,8 @@ function loadAssets() v1.c.load = false v1.c.eyex = 0 v1.c.eyey = 0 + v1.c.eyetx = 0 + v1.c.eyety = 0 expl = {} expl.frames = {} expl.pic = love.graphics.newImage("assets/explosion.png") |
