From de4650f205a7c5f6fc5ffd7ec995eb0721c34296 Mon Sep 17 00:00:00 2001 From: Aki Date: Thu, 15 Jun 2017 17:19:11 +0200 Subject: No more global quit --- main.lua | 3 --- 1 file changed, 3 deletions(-) diff --git a/main.lua b/main.lua index 4a56c9d..ba1bfca 100644 --- a/main.lua +++ b/main.lua @@ -72,9 +72,6 @@ function love.keyreleased (key) Controller.keyreleased(key) end -- Controller callbacks function Controller.controlpressed (set, action, key) Scene:controlpressed(set, action, key) - if key == "escape" then - love.event.quit() - end if key == "f5" then debug = not debug end -- cgit v1.1