@@ -0,0 +1,5 @@
function love.conf(t)
t.window.title = "Bubble Shooter"
t.window.width = 1600
t.window.height = 900
end
function love.keypressed(key, scan_code, is_repeat)
if key == 'escape' then
love.event.quit()
The note is not visible to the blocked user.