shorter move sounds

pull/625/head
Thibault Duplessis 2014-11-11 00:47:01 +01:00
parent af925e8afc
commit f7c6817527
3 changed files with 2 additions and 2 deletions

View File

@ -595,8 +595,8 @@ var storage = {
var ext = hasOgg ? 'ogg' : 'mp3';
var audio = {
dong: new Audio(baseUrl + 'dong2.' + ext),
moveW: new Audio(baseUrl + 'move2.' + ext),
moveB: new Audio(baseUrl + 'move2.' + ext),
moveW: new Audio(baseUrl + 'move3.' + ext),
moveB: new Audio(baseUrl + 'move3.' + ext),
take: new Audio(baseUrl + 'take2.' + ext)
};
var volumes = {

Binary file not shown.

Binary file not shown.