Changed default Golden Cookie sound (issue #17)

This commit is contained in:
Aktanusa
2014-08-16 10:03:15 -04:00
parent 188a622c97
commit 55fc259849
2 changed files with 2 additions and 2 deletions

View File

@@ -902,7 +902,7 @@ CM.Disp.CheckGoldenCookie = function() {
} }
CM.Disp.Flash(3); CM.Disp.Flash(3);
CM.Disp.PlaySound('http://cookie-monster.autopergamene.eu/mp3/bell.mp3'); CM.Disp.PlaySound('http://freesound.org/data/previews/66/66717_931655-lq.mp3');
} }
else if (CM.Config.GCTimer == 1) CM.Disp.GCTimer.style.display = 'none'; else if (CM.Config.GCTimer == 1) CM.Disp.GCTimer.style.display = 'none';
} }

View File

@@ -595,7 +595,7 @@ CM.Disp.CheckGoldenCookie = function() {
} }
CM.Disp.Flash(3); CM.Disp.Flash(3);
CM.Disp.PlaySound('http://cookie-monster.autopergamene.eu/mp3/bell.mp3'); CM.Disp.PlaySound('http://freesound.org/data/previews/66/66717_931655-lq.mp3');
} }
else if (CM.Config.GCTimer == 1) CM.Disp.GCTimer.style.display = 'none'; else if (CM.Config.GCTimer == 1) CM.Disp.GCTimer.style.display = 'none';
} }