diff --git a/examples/example/games/planky.js b/examples/example/games/planky.js index 3d8e5b9cf8..450a411ad8 100644 --- a/examples/example/games/planky.js +++ b/examples/example/games/planky.js @@ -93,7 +93,7 @@ function resetBlocks() { type: 'Model', modelURL: HIFI_PUBLIC_BUCKET + 'marketplace/hificontent/Games/blocks/block.fbx', shapeType: 'box', - name: 'JengaBlock' + ((layerIndex * BLOCKS_PER_LAYER) + blockIndex), + name: 'PlankyBlock' + ((layerIndex * BLOCKS_PER_LAYER) + blockIndex), dimensions: BLOCK_SIZE, position: { x: basePosition.x + localTransform.x,