fix entity script location

This commit is contained in:
PhilipRosedale 2016-03-23 22:49:18 -07:00
parent 7b326c9d7b
commit 8c4ecc64d9
2 changed files with 3 additions and 3 deletions

View file

@ -285,7 +285,7 @@
green: 125,
blue: 125
},
colorFinish: {
colorFinish: {
red: 10,
green: 10,
blue: 10

View file

@ -14,8 +14,8 @@ var TYPE = "Model"; // Right now this can be "Box" or "Model" or "S
var MODEL_URL = "https://s3.amazonaws.com/hifi-public/philip/airship_compact.fbx"
var MODEL_DIMENSION = { x: 19.257, y: 24.094, z: 40.3122 };
//var ENTITY_URL = "https://s3.amazonaws.com/hifi-public/scripts/airship/airship.js?"+Math.random();
var ENTITY_URL = "file:///c:/users/dev/philip/examples/airship/airship.js?"+Math.random();
var ENTITY_URL = "https://s3.amazonaws.com/hifi-public/scripts/airship/airship.js";
var LIFETIME = 3600 * 48;