This commit is contained in:
Bui 2018-08-08 11:07:50 +01:00
parent e80d9bf605
commit b1f6d1102b
4 changed files with 5 additions and 6 deletions

View File

@ -1,9 +1,9 @@
<!----------------------------------------------------------------------->
<!-- -->
<!-- TAIKO WEB TATSUJIN -->
<!-- 2015 -->
<!-- Created by Clemaister -->
<!-- http://www.clemaister.com -->
<!-- 2015-2018 -->
<!-- Created by Clemaister, maintained by Bui -->
<!-- https://github.com/bui/taiko-web -->
<!-- -->
<!----------------------------------------------------------------------->

View File

@ -93,7 +93,7 @@ html, body{
position: absolute;
z-index: 1;
font-size: 7vmin;
margin: 15px;
margin: 20px;
}
.click-to-continue:before {

View File

@ -48,7 +48,7 @@ var assets = {
'note_ka.ogg',
'bgm_songsel.mp3',
'bgm_results.ogg'
'bgm_results.mp3'
),
songs: new Array(),

View File

@ -74,7 +74,6 @@ function Scoresheet(controller, score){
}
this.run = function(){
assets.sounds["results"].volume = 0.6;
assets.sounds["results"].play();
assets.sounds["bgm_results"].volume = 1;