Not a game a way to make basic shapes with pen
There are currently 3 functions, which are: 1. Rectangle 2. Circle/ellipse 3. Triangle The way to use the functions can be seen at the shapes sprite CallR is used to tell the shapes sprite to draw a rectangle CallC is used to tell the shapes sprite to draw a circle CallT is used to tell the shapes sprite to draw a triangle CC is used to change the color of the pen The value list is used to tell the shapes sprite on how to draw a shape An example to draw a rectangle: delate all of values add 50 to values (width) add 50 to values (height) add 0 to values (x) add 0 to values (y) set CallR to 1 warning: very buggy notice: Circle function is very slow