scriptEntity url

This commit is contained in:
Atlante45 2014-11-14 15:17:09 -08:00
parent a6f57cb7e2
commit 58796df843

View file

@ -146,9 +146,11 @@ ChessGame.Piece = (function(position, dimensions, url, rotation) {
rotation: rotation,
dimensions: this.dimensions,
modelURL: url,
//script: "https://s3.amazonaws.com/hifi-public/scripts/entityScripts/chessPiece.js",
//script: "https://s3-us-west-1.amazonaws.com/highfidelity-dev/scripts/chessPiece.js",
/**/
script: "https://s3.amazonaws.com/hifi-public/scripts/entityScripts/chessPiece.js",
/*/
script: "file:/Users/clement/hifi/examples/entityScripts/chessPiece.js",
/**/
userData: this.buildUserDataString()
}
this.entity = null;