So, I made some pen blocks that can be useful sometimes like:
make grid with color (#30B700) darkness: (25) x offset (0) y offset (0) ::pen
also, i left some blocks below as an example to try out the blocks in the editor.
So, I made some pen blocks that can be useful sometimes like:
make grid with color (#30B700) darkness: (25) x offset (0) y offset (0) ::pen
also, i left some blocks below as an example to try out the blocks in the editor.
you chould also add suggestions!
You should perhaps, instead of putting the blocks inside the Pen Pack block, put them in a new category if you want to keep them separate from the pen primitives.
Add 1 to the hue? Why not use a list of numbers from 2 to 101 instead? Also, I wonder why red should be the very last in the spectrum (hence the +1).
This looks more complicated than necessary. You could have done (map ((new color hue (0) saturation (0) brightness () @<:>) @>) over (numbers from (99) to (0))).
go to [ V] allows you to drop 2-item lists into the dropdown as a shortcut to jumping to a specific position, so do go to (a) instead of go to x: (item (1 v) of (a)) y: (item ([last] v) of (a))
thanks
Don't forget to update the pen blocks in "Just some blocks!" because aren't they included in the that block pack as well as here?
Update: there’s a new block
the x1() y1() x2() y2()\n Make line at x1() y1() x2() y2 () color: [#ff0000] size(3)\n @delInput @verticalEllipsis @addInput :: pen makes lines.