gonfunko / scratch-blocks

Scratch Blocks is a library for building creative computing interfaces.
https://scratch.mit.edu/developers
Apache License 2.0
1 stars 0 forks source link

Refactor block definitions patched in scratch-gui/src/lib/blocks.js #28

Open gonfunko opened 7 months ago

gonfunko commented 7 months ago

The scratch-gui package patches/overrides a number of block definitions in src/lib/blocks.js, generally when they need dynamic state depending on the state of the VM. We should likely do one of the following:

cwillisf commented 2 months ago

I'd lean toward "Move the dynamic bits out of scratch-gui and into scratch-blocks" as long as the implementation effort is reasonable