Explorar el Código

Only second part;

bjorn hace 10 años
padre
commit
1c8f25a39e
Se han modificado 2 ficheros con 1 adiciones y 1 borrados
  1. BIN
      media/sounds/jump.ogg
  2. 1 1
      pigeon.lua

BIN
media/sounds/jump.ogg


+ 1 - 1
pigeon.lua

@@ -491,7 +491,7 @@ function Pigeon.walk:update()
 
 
   if love.keyboard.isDown('up') then
   if love.keyboard.isDown('up') then
     ctx.sound:play('jump', function(sound)
     ctx.sound:play('jump', function(sound)
-      sound:setVolume(.85)
+      sound:setVolume(.5)
     end)
     end)
     return self:changeState('air')
     return self:changeState('air')
   elseif love.keyboard.isDown(' ') then
   elseif love.keyboard.isDown(' ') then