Rectangle
Draw a rectangle:
rect $ {}
:position $ [] 1 2
:size $ [] 1 1
:line-style $ {}
:width 2
:color 0x000001
:alpha 1
:fill 0x000001
:on $ {}
:pointertap (fn ())
:radius 1
:rotation 1
:pivot $ [] 1 2
:alpha 1
:on-keyboard $ {}
:down (fn ())
simple version:
rect $ {}
:position $ [] 1 2
:size $ [] 1 1
:line-style $ {}
:width 2
:color 0x000001
:alpha 1
:fill 0x000001