diff --git a/draw.text.md b/draw.text.md new file mode 100644 index 0000000..99f214b --- /dev/null +++ b/draw.text.md @@ -0,0 +1,10 @@ +# draw.text(text, x, y, color) +Dibuixa text en (x, y) amb el color especificat. + +### Exemple +``` +draw.text("Hola món", 10, 10, 15) +``` + +### Vore també +* [draw.mode](draw.mode)