bjorn %!s(int64=10) %!d(string=hai) anos
pai
achega
73417864d1
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      game.lua

+ 2 - 0
game.lua

@@ -62,6 +62,8 @@ end
 function Game:keypressed(key)
   if key == 'escape' then
     love.event.quit()
+  elseif key == 'm' then
+    ctx.sound:mute()
   end
 
   self.pigeon:keypressed(key)