mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 03:37:59 +02:00
typo
This commit is contained in:
parent
bada1d8e38
commit
16e243aec5
1 changed files with 3 additions and 2 deletions
|
@ -124,8 +124,9 @@ 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-us-west-1.amazonaws.com/highfidelity-dev/scripts/chessPiece.js"
|
||||||
script: "file:/Users/clement/hifi/examples/entityScripts/chessPiece.js"
|
//script: "file:/Users/clement/hifi/examples/entityScripts/chessPiece.js"
|
||||||
}
|
}
|
||||||
this.entity = null;
|
this.entity = null;
|
||||||
});
|
});
|
||||||
|
@ -156,7 +157,7 @@ ChessGame.makePiece = function(piece, i, j, isWhite) {
|
||||||
return piece;
|
return piece;
|
||||||
}
|
}
|
||||||
|
|
||||||
ChessGame.buildMetaDataString = function() {
|
ChessGame.buildMetadataString = function() {
|
||||||
var metadataObject = {
|
var metadataObject = {
|
||||||
gamePosition: gamePosition,
|
gamePosition: gamePosition,
|
||||||
gameSize: gameSize
|
gameSize: gameSize
|
||||||
|
|
Loading…
Reference in a new issue