đī¸Render
create_font
Creates font with given font identifier name
get_screen_size
Returns screen width and height
draw_rectangle_filled
Draws a solid filled rectangle at given position
draw_string
Draws a string at given position
get_text_width
Returns text width of given string
world_to_screen
render_line
Draws a solid line from point a (x1, y1) to point b (x2, 72)
render_circle
Draws a circle
render_gradient_rect
Draws a gradient rectangle from given color A to given color B (r, g, b, a -> r2, g2, b2, a2)
render_polygon
Draws a polygon between each given location
Last updated