Commit b1f6d110 authored by Bui's avatar Bui

uwu

parent e80d9bf6
<!-----------------------------------------------------------------------> <!----------------------------------------------------------------------->
<!-- --> <!-- -->
<!-- TAIKO WEB TATSUJIN --> <!-- TAIKO WEB TATSUJIN -->
<!-- 2015 --> <!-- 2015-2018 -->
<!-- Created by Clemaister --> <!-- Created by Clemaister, maintained by Bui -->
<!-- http://www.clemaister.com --> <!-- https://github.com/bui/taiko-web -->
<!-- --> <!-- -->
<!-----------------------------------------------------------------------> <!----------------------------------------------------------------------->
......
...@@ -93,7 +93,7 @@ html, body{ ...@@ -93,7 +93,7 @@ html, body{
position: absolute; position: absolute;
z-index: 1; z-index: 1;
font-size: 7vmin; font-size: 7vmin;
margin: 15px; margin: 20px;
} }
.click-to-continue:before { .click-to-continue:before {
......
...@@ -48,7 +48,7 @@ var assets = { ...@@ -48,7 +48,7 @@ var assets = {
'note_ka.ogg', 'note_ka.ogg',
'bgm_songsel.mp3', 'bgm_songsel.mp3',
'bgm_results.ogg' 'bgm_results.mp3'
), ),
songs: new Array(), songs: new Array(),
......
...@@ -74,7 +74,6 @@ function Scoresheet(controller, score){ ...@@ -74,7 +74,6 @@ function Scoresheet(controller, score){
} }
this.run = function(){ this.run = function(){
assets.sounds["results"].volume = 0.6;
assets.sounds["results"].play(); assets.sounds["results"].play();
assets.sounds["bgm_results"].volume = 1; assets.sounds["bgm_results"].volume = 1;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment