renders a rectangle on your screen
render.rect(vec2.new(50, 50), vec2.new(100, 100), color.new(255, 255, 255, 255), 4.0)
argument types: (vec2 pos, vec2 size, color, float rounding)
Last updated 1 month ago