From 0127fd2f94cdae5d2ca88cfab60be749b4f9cc87 Mon Sep 17 00:00:00 2001 From: JailDoctor Date: Mon, 16 Mar 2026 10:50:38 +0100 Subject: [PATCH] Add draw.surfrot --- draw.surfrot.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 draw.surfrot.md diff --git a/draw.surfrot.md b/draw.surfrot.md new file mode 100644 index 0000000..04b9d06 --- /dev/null +++ b/draw.surfrot.md @@ -0,0 +1,10 @@ +# draw.surfrot(sx, sy, sw, sh, x, y, a) +Bliteja la regió (sx, sy, sw, sh) de la surface d'origen a (x, y) en la surface de destí, rotant-la a graus. + +### Exemple +``` +draw.surfrot(0, 0, 32, 32, 80, 60, 45) +``` + +### Vore també +* [draw.surf](draw.surf)