bjorn 10 anni fa
parent
commit
8341199f31
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      pigeon.lua

+ 1 - 1
pigeon.lua

@@ -592,7 +592,7 @@ end
 function Pigeon.peck:impact()
   ctx.view:screenshake(20)
   ctx.sound:play('crash', function(sound)
-    sound:setVolume(.5)
+    sound:setVolume(.25)
   end)
 end