Browse Source

Wood louder;

bjorn 10 years ago
parent
commit
6ab6ad6372
1 changed files with 1 additions and 1 deletions
  1. 1 1
      building.lua

+ 1 - 1
building.lua

@@ -101,6 +101,6 @@ function Building:destroy()
   self.body:setAngularVelocity(-20 + love.math.random() * 40)
   ctx.hud:addScore(50, 'building')
   ctx.sound:play('wood', function(sound)
-    sound:setVolume(.5)
+    sound:setVolume(1)
   end)
 end