Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 335 Bytes

File metadata and controls

13 lines (8 loc) · 335 Bytes

Functions

These are functions that you can run to do stuff

1: draw_text()

draw_text() draws text to the screen.

This function must be ran in the draw() portion of your mod.

If you use it in loop() it will not do anything.

Syntax: draw_text(text_str, x_float, y_float, font_size_int, red_int, green_int, blue_int, opacity_int)