Skip to content

Commit 40d1a43

Browse files
committed
Change mute icons and speed up music a little
1 parent 72f2720 commit 40d1a43

3 files changed

Lines changed: 71 additions & 82 deletions

File tree

Lines changed: 35 additions & 39 deletions
Loading

app/public/images/speaker.svg

Lines changed: 35 additions & 42 deletions
Loading

app/public/js/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ function playFromQueueExchange2(){
231231
if(!document.hidden)
232232
drawEvent(event, svg);
233233
}
234-
setTimeout(playFromQueueExchange2, Math.floor(Math.random() * 1000) + 500);
234+
setTimeout(playFromQueueExchange2, Math.floor(Math.random() * 800) + 500);
235235
$('.events-remaining-value').html(eventQueue.length);
236236
}
237237

0 commit comments

Comments
 (0)