Upload interstitial page sound and update link

This commit is contained in:
Flame Soulis 2018-10-19 06:49:48 -04:00
parent 3307ee7ef7
commit e499309c8e
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View file

@ -20,7 +20,7 @@
var EPSILON = 0.01;
var isVisible = false;
var VOLUME = 0.4;
var tune = SoundCache.getSound("http://hifi-content.s3.amazonaws.com/alexia/LoadingScreens/crystals_and_voices.wav");
var tune = SoundCache.getSound("/~/system/assets/sounds/crystals_and_voices.mp3");
var sample = null;
var MAX_LEFT_MARGIN = 1.9;
var INNER_CIRCLE_WIDTH = 4.7;