scratchfoundation / scratch-gui

Graphical User Interface for creating and running Scratch 3.0 projects.
https://scratchfoundation.github.io/scratch-gui/develop/
GNU Affero General Public License v3.0
4.49k stars 3.6k forks source link

Watermark appears on top of blocks #3449

Open SpeakkVisually opened 6 years ago

SpeakkVisually commented 6 years ago

The watermark of the sprite should appear underneath the blocks in the scripts area.

image

carljbowman commented 6 years ago

@SpeakkVisually - Putting the sprite watermark above the blocks is a compromise that we needed to make in the near term.

Surprisingly putting the watermark below the blocks would take a tremendous amount of work. We need to create a system pass, render, and update sprite information within the seperate scratch-blocks codebase. At this point, we do not have time to fully implement that system.