mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-17 10:27:14 +02:00
Fix butane lighter sound url
This commit is contained in:
parent
63c72eed65
commit
5f765e94f0
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue