scratch-vm/src/blocks
Christopher Willis-Ford 88cc50aa18 Code review: more docs, move constants, clone util
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.
2017-01-20 11:26:18 -08:00
..
scratch3_control.js Fix quote-props 2016-10-24 11:02:19 -04:00
scratch3_data.js Fix quote-props 2016-10-24 11:02:19 -04:00
scratch3_event.js Fix quote-props 2016-10-24 11:02:19 -04:00
scratch3_looks.js Fix #327, "switch costume to [next/previous]" (#330) 2016-11-09 11:22:17 -05:00
scratch3_motion.js Fix quote-props 2016-10-24 11:02:19 -04:00
scratch3_operators.js Fix quote-props 2016-10-24 11:02:19 -04:00
scratch3_pen.js Code review: more docs, move constants, clone util 2017-01-20 11:26:18 -08:00
scratch3_procedures.js Fix quote-props 2016-10-24 11:02:19 -04:00
scratch3_sensing.js Fix 1-1 in daysSince2000 2016-10-26 10:26:03 -04:00
scratch3_sound.js add audio to playground 2017-01-06 11:49:25 -05:00