Added ogg musics
This commit is contained in:
Binary file not shown.
Binary file not shown.
Vendored
+1
-1
@@ -68,7 +68,7 @@ Coin.prototype.get = function() {
|
||||
}
|
||||
}
|
||||
|
||||
Coin.lastSound = new Audio('/static/data/music/starappears.mp3');
|
||||
Coin.lastSound = new Audio('/static/data/music/starappears' + Coin.extension);
|
||||
Coin.lastSound.preload = "auto";
|
||||
|
||||
Coin.total = 1;
|
||||
|
||||
Reference in New Issue
Block a user