Browse Source

Quieter crash;

bjorn 10 năm trước cách đây
mục cha
commit
8341199f31
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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