mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-01-13 02:31:34 -05:00
88cc50aa18
Changes include: - Added missing JSDoc for items in `scratch3_pen.js` and `target.js`. - Moved constants used by `Scratch3PenBlocks` into the class. - Created a constant for minimum and maximum pen size. - Added `util/clone.js` to host cloning functionality. - Pen blocks now check for the renderer before trying to use it. - The pen integration test covers all blocks, though `clear`, `stamp`, and `pen down` will skip some of their functionality when there is no renderer. |
||
---|---|---|
.. | ||
scratch3_control.js | ||
scratch3_data.js | ||
scratch3_event.js | ||
scratch3_looks.js | ||
scratch3_motion.js | ||
scratch3_operators.js | ||
scratch3_pen.js | ||
scratch3_procedures.js | ||
scratch3_sensing.js | ||
scratch3_sound.js |