diff --git a/examples/playChess.js b/examples/playChess.js index c60e1c6955..8a72e1ebb8 100644 --- a/examples/playChess.js +++ b/examples/playChess.js @@ -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;