mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 21:43:03 +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 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
|
// 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;
|
const DYNAMIC_SOUND_VOLUME = false;
|
||||||
|
|
Loading…
Reference in a new issue