Square
Draws an outline of a square at the specified (x, y)
position with the given width
and height
.
square x y width height
Example:
square 10 10 20 20
This command draws a square with the center of the square at (10, 10)
and a width and height of 20
.
Last updated