bjorn 10 năm trước cách đây
mục cha
commit
0a49d90fec
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      pigeon.lua

+ 1 - 1
pigeon.lua

@@ -413,7 +413,7 @@ function Pigeon:activateRainbowShit()
   self.rainbowShitTimer = self.rainbowShitTimer + 5
   ctx.backgroundSound:pause()
   self.rainbowShitSound = ctx.sound:loop('disco', function(sound)
-    sound:setVolume(.5)
+    sound:setVolume(1)
   end)
   flux.to(self.animation, .2, {scale = 1}, 'elasticout')
 end