Fix butane lighter sound url

This commit is contained in:
Ryan Huffman 2016-10-03 10:33:27 -07:00
parent 63c72eed65
commit 5f765e94f0

View file

@ -14,7 +14,7 @@
};
const LIGHTER_ON_SOUND_URL = getResourceURL('tutorial_sounds/lighter_on.wav');
const BUTANE_SOUND_URL = getResourceURL('tutorial_sound/butane.wav');
const BUTANE_SOUND_URL = getResourceURL('tutorial_sounds/butane.wav');
// TODO: fix this in the client, changing the sound volume while a sound is playing doesn't seem to work right now
const DYNAMIC_SOUND_VOLUME = false;