aboutsummaryrefslogtreecommitdiff
path: root/main.lua
diff options
context:
space:
mode:
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