Browse Source

Turn down complex;

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