aboutsummaryrefslogtreecommitdiff
path: root/main.lua
diff options
context:
space:
mode:
author1029chris <1029chris@gmail.com>2016-04-29 13:28:30 -0700
committer1029chris <1029chris@gmail.com>2016-04-29 13:28:30 -0700
commit46c308be6d546bea0831b11e34a485b4b0f7562d (patch)
treecdd61c2ffdd30fd84b02a68debdfbf90dce40a48 /main.lua
parentc76596494b7429752e3b4625056d5ad315cdacf0 (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.lua5
1 files changed, 5 insertions, 0 deletions
diff --git a/main.lua b/main.lua
index 90fd543..1c1d836 100644
--- a/main.lua
+++ b/main.lua
@@ -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