mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 05:17:02 +02:00
scriptEntity url
This commit is contained in:
parent
a6f57cb7e2
commit
58796df843
1 changed files with 4 additions and 2 deletions
|
@ -146,9 +146,11 @@ ChessGame.Piece = (function(position, dimensions, url, rotation) {
|
||||||
rotation: rotation,
|
rotation: rotation,
|
||||||
dimensions: this.dimensions,
|
dimensions: this.dimensions,
|
||||||
modelURL: url,
|
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",
|
script: "file:/Users/clement/hifi/examples/entityScripts/chessPiece.js",
|
||||||
|
/**/
|
||||||
userData: this.buildUserDataString()
|
userData: this.buildUserDataString()
|
||||||
}
|
}
|
||||||
this.entity = null;
|
this.entity = null;
|
||||||
|
|
Loading…
Reference in a new issue