summaryrefslogtreecommitdiffhomepage
path: root/main.lua
diff options
context:
space:
mode:
Diffstat (limited to 'main.lua')
-rw-r--r--main.lua3
1 files changed, 0 insertions, 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