add metallophone, switch sounds to bells

This commit is contained in:
Joshua Seigler 2017-02-07 14:46:46 -05:00
parent 63294f740a
commit 75cb4e523c
2 changed files with 3 additions and 3 deletions

6
app.js
View file

@ -42,9 +42,9 @@
}
try {
loadSound('assets/whoosh.mp3', 'block');
loadSound('assets/splash-tiny.mp3', 'tx-sm');
loadSound('assets/splash-medium.mp3', 'tx-md');
loadSound('assets/splash-big.mp3', 'tx-lg');
loadSound('assets/bell.mp3', 'tx-sm');
loadSound('assets/wood-hit-glass.mp3', 'tx-md');
loadSound('assets/metallophone.mp3', 'tx-lg');
loadSound('assets/creek.mp3', 'background', function() {
backgroundSound = audioContext.createBufferSource();
backgroundSound.buffer = soundBuffers['background'];

BIN
assets/metallophone.mp3 Normal file

Binary file not shown.