瀏覽代碼

Turn down complex;

bjorn 10 年之前
父節點
當前提交
244f5fd3bf
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      game.lua

+ 1 - 1
game.lua

@@ -26,7 +26,7 @@ function Game:load()
   self.map:spawnHuts()
 
   ctx.sound:loop('background', function(sound)
-    sound:setVolume(.5)
+    sound:setVolume(.25)
   end)
 
   self.world:setContactFilter(function(fixtureA, fixtureB)