Skip to content

Commit

Permalink
docs(examples): remove color from existing examples
Browse files Browse the repository at this point in the history
  • Loading branch information
ruggero-visintin committed Dec 6, 2023
1 parent e773628 commit e6dc317
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/simpleShapeDepthIndex/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
const secondRect = new SparkEngine.ShapeComponent();
secondRect.transform.size = { width: 20, height: 20 };
secondRect.transform.depthIndex = 1;
secondRect.material.diffuseColor = 'green';
renderSystem.registerComponent(secondRect);

let pos = 0;
Expand Down

0 comments on commit e6dc317

Please sign in to comment.