script scope

This commit is contained in:
James B. Pollack 2016-03-27 13:42:29 -07:00
parent e40fe09364
commit 9d4ddc24d4

View file

@ -1,6 +1,6 @@
var TRANSFORMER_SCRIPT = Script.resolvePath('transformer.js?' + Math.random());
TransformerDoll = function(modelURL, spawnPosition, spawnRotation) { TransformerDoll = function(modelURL, spawnPosition, spawnRotation) {
var TRANSFORMER_SCRIPT = Script.resolvePath('transformer.js?' + Math.random());
var transformerProps = { var transformerProps = {
name: 'hifi-home-dressing-room-little-transformer', name: 'hifi-home-dressing-room-little-transformer',
type: 'Model', type: 'Model',