diff options
| author | 1029chris <1029chris@gmail.com> | 2016-04-29 13:28:30 -0700 |
|---|---|---|
| committer | 1029chris <1029chris@gmail.com> | 2016-04-29 13:28:30 -0700 |
| commit | 46c308be6d546bea0831b11e34a485b4b0f7562d (patch) | |
| tree | cdd61c2ffdd30fd84b02a68debdfbf90dce40a48 /main.lua | |
| parent | c76596494b7429752e3b4625056d5ad315cdacf0 (diff) | |
Starting the virus fight
changed some dialogue so virus explains lasers
all turrets can now fire
green lasers reduce antivirus charge
Diffstat (limited to 'main.lua')
| -rw-r--r-- | main.lua | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -73,6 +73,11 @@ function love.mousepressed(x, y, button) sys.mouse.p.y = y sys.mouse.p.p = true end +function love.keyreleased(key) + if key == "f11" then + v1.c.chat.msgs = v1.c.chat.msgs + 1 + end +end function love.mousereleased(x, y, button) sys.mouse.p.p = false start.p = false |
