Browse Source

Quieter crash;

bjorn 10 years ago
parent
commit
8341199f31
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pigeon.lua

+ 1 - 1
pigeon.lua

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