bubble_shooter_love2d/main.lua

6 lines
110 B
Lua

function love.keypressed(key, scan_code, is_repeat)
if key == 'escape' then
love.event.quit()
end
end