Browse Source

Win sound;

bjorn 10 năm trước cách đây
mục cha
commit
66647db889
2 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. BIN
      media/sounds/win.ogg
  2. 1 0
      pigeon.lua

BIN
media/sounds/win.ogg


+ 1 - 0
pigeon.lua

@@ -181,6 +181,7 @@ function Pigeon:update()
     self.animation:set('flyLoop')
     if not ctx.hud.win.active then
       ctx.hud:activateWin()
+      ctx.sound:play('win')
     end
   end
 end