Made MP3 constistant 128kbps and fixed path resolving

This commit is contained in:
Flame Soulis 2018-10-19 08:16:14 -04:00
parent e499309c8e
commit 014c1590dd
2 changed files with 32 additions and 32 deletions

View file

@ -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;