mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-05 02:25:56 +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,
|
||||
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: "file:/Users/clement/hifi/examples/entityScripts/chessPiece.js"
|
||||
//script: "file:/Users/clement/hifi/examples/entityScripts/chessPiece.js"
|
||||
}
|
||||
this.entity = null;
|
||||
});
|
||||
|
@ -156,7 +157,7 @@ ChessGame.makePiece = function(piece, i, j, isWhite) {
|
|||
return piece;
|
||||
}
|
||||
|
||||
ChessGame.buildMetaDataString = function() {
|
||||
ChessGame.buildMetadataString = function() {
|
||||
var metadataObject = {
|
||||
gamePosition: gamePosition,
|
||||
gameSize: gameSize
|
||||
|
|
Loading…
Reference in a new issue