mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 09:08:47 +02:00
Made MP3 constistant 128kbps and fixed path resolving
This commit is contained in:
parent
e499309c8e
commit
014c1590dd
2 changed files with 32 additions and 32 deletions
Binary file not shown.
|
@ -20,7 +20,7 @@
|
|||
var EPSILON = 0.01;
|
||||
var isVisible = false;
|
||||
var VOLUME = 0.4;
|
||||
var tune = SoundCache.getSound("/~/system/assets/sounds/crystals_and_voices.mp3");
|
||||
var tune = SoundCache.getSound(Script.resolvePath("/~/system/assets/sounds/crystals_and_voices.mp3"));
|
||||
var sample = null;
|
||||
var MAX_LEFT_MARGIN = 1.9;
|
||||
var INNER_CIRCLE_WIDTH = 4.7;
|
||||
|
|
Loading…
Reference in a new issue