ソースを参照

Quieter crash;

bjorn 10 年 前
コミット
8341199f31
1 ファイル変更1 行追加1 行削除
  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