text(str, x, y);
Draw text on the screen
Arguments
str
String to renderx
The x position of the start of the texty
The y position of the top of the textFonts are not yet implemented
text('Hello lu5!', 40, 60);
text(str, x, y);
Draw text on the screen
str
String to renderx
The x position of the start of the texty
The y position of the top of the textFonts are not yet implemented
text('Hello lu5!', 40, 60);