This is just a library and does not do anything, copy the my block definitions to your backpack. five things added: rectangle ( x, y, width, height) circle ( centerX, centerY, radius) ellipse ( x, y, height, width) triangle ( x1, y1, x2, y2, x3, y3,) right triangle ( x, y, height, width, orientation) NEW FEATURE!!! qrlt( x1, y1, x1, y1, x2, y2, x3, y3, x4, y4) draws a quadrilateral with coords in this sequence: top left, top right, bottom right, bottom left
this is just a library and does not do anything, copy the my block definitions to your backpack. Pressing the start button will give you an example of what this library can do.