Added ogg musics
This commit is contained in:
BIN
static/data/music/bobomb.ogg
Normal file
BIN
static/data/music/bobomb.ogg
Normal file
Binary file not shown.
BIN
static/data/music/starappears.ogg
Normal file
BIN
static/data/music/starappears.ogg
Normal file
Binary file not shown.
2
static/js/prototype/Coin.js
vendored
2
static/js/prototype/Coin.js
vendored
@@ -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