浏览代码

Jump quiet;

bjorn 10 年之前
父节点
当前提交
c3d6d9f293
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pigeon.lua

+ 1 - 1
pigeon.lua

@@ -114,7 +114,7 @@ function Pigeon:init()
       self.slide = nil
     elseif name == 'jump' then
       ctx.sound:play('jump', function(sound)
-        sound:setVolume(.5)
+        sound:setVolume(.35)
       end)
       self:jump()
     elseif name == 'laser' then