DrawText () Raylib
// DrawText(text, x, y, fontSize, Color)
DrawText("text", 0, 0, 10, GRAY);
Shane
// DrawText(text, x, y, fontSize, Color)
DrawText("text", 0, 0, 10, GRAY);