renders a line on your screen
render.line(vec2.new(10, 10), vec2.new(50, 50), color.new(255, 0, 0, 255), 1.0)
argument types: (vec2 start, vec2 end, color, float thickness)
Last updated 1 month ago