text
renders text on your screen
render.text("hello!", vec2.new(50, 50), color.new(255, 255, 255, 255), text_style.outline, text_align.left, font_style.default, font_size.default)
argument types: (string, vec2, color, text_style, text_align, font_style, font_size)
Last updated