Added ogg musics
This commit is contained in:
parent
98e69afa72
commit
b5d02c8854
|
@ -113,6 +113,7 @@ block content
|
|||
label(for="showarrows" style={'margin-right':'10px'}) Show arrows
|
||||
|
||||
audio#music(controls, volume=0.5)
|
||||
source(src="/static/data/music/bobomb.ogg")
|
||||
source(src="/static/data/music/bobomb.mp3")
|
||||
|
||||
#container(style={'padding': '0px', 'margin': '0px'}, tabindex="1")
|
||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue