VisualizationLiteracyPlayground / visualization-literacy-playkit

A platform that provides educational materials to improve the visualization literacy of children.
https://visualizationliteracyplayground.github.io/visualization-literacy-playkit/
MIT License
0 stars 0 forks source link

VizBlocks: Drawing without showing default sprite #4

Closed tanhengyeow closed 4 years ago

tanhengyeow commented 4 years ago

In #2, we are able to draw something in the Renderer section by utilizing RenderedTarget.

However, we do not want to render the default Sprite (the default sprite is Scratch's mascot) in the Renderer section. There are two options to consider:

  1. Find a way to draw without depending on the sprite
  2. Use a blank sprite as the default sprite.