diff options
-rw-r--r-- | main.lua | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -48,6 +48,9 @@ function love.keypressed (key) if key == "x" then debug = not debug end + if key == "escape" then + love.event.quit() + end end -- KeyReleased |
index : Roflnauts 2 | ||
Smash-like game | Roflnauts 2 Team |
summaryrefslogtreecommitdiffhomepage |
-rw-r--r-- | main.lua | 3 |
@@ -48,6 +48,9 @@ function love.keypressed (key) if key == "x" then debug = not debug end + if key == "escape" then + love.event.quit() + end end -- KeyReleased |