소스 검색

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)