use utils.js

This commit is contained in:
Triplelexx 2017-03-15 11:09:13 +00:00
parent 9e0091ebe0
commit 41041c711f

View file

@ -15,6 +15,7 @@
//
(function() { // BEGIN LOCAL_SCOPE
var utilsPath = Script.resolvePath('../developer/libraries/utils.js?v='+ Date.now());
Script.include(utilsPath);
var TWEEN_SPEED = 0.025;