From b00fd0a053a33d7b331b771152e87ee5b91d1678 Mon Sep 17 00:00:00 2001 From: JailDoctor Date: Mon, 16 Mar 2026 10:51:00 +0100 Subject: [PATCH] Add draw.text --- draw.text.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 draw.text.md 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)