Explorar o código

Quieter crash;

bjorn %!s(int64=10) %!d(string=hai) anos
pai
achega
8341199f31
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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