πrounding
example
draw.rect_filled(0, 0, 50, 50, color_rgb(255, 255, 255), 6, rounding.top_left | rounding.bottom_right)
entries
Value
top_left
top_right
bottom_left
bottom_right
top
bottom
left
right
Last updated
draw.rect_filled(0, 0, 50, 50, color_rgb(255, 255, 255), 6, rounding.top_left | rounding.bottom_right)
top_left
top_right
bottom_left
bottom_right
top
bottom
left
right
Last updated