mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 12:04:18 +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,
|
||||
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;
|
||||
|
|
Loading…
Reference in a new issue