From 611e23d70296b8db7d71c956b3380ff8f98ab6ce Mon Sep 17 00:00:00 2001 From: Andrea Bianchi Date: Tue, 4 Mar 2025 20:29:39 +0900 Subject: [PATCH] Added link to README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f76f102..744e40e 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ The parameters `x, y, width` and `height` are the same as for the functions to d

-- You can use any drawing function in p5.js, **except those under Transform in the reference page** (_rotate_, _translate_, _scale_, etc... you cannot use those). You can create your functions if you want. Here is a tip: for drawing the stars, take a look at the **beginShape**, **vertex**, and **endShape** functions. +- You can use any drawing function in the p5.js [reference](https://p5js.org/reference), **except those under Transform in the reference page** (_rotate_, _translate_, _scale_, etc... you cannot use those). You can create your functions if you want. Here is a tip: for drawing the stars, take a look at the **beginShape**, **vertex**, and **endShape** functions. ## How to perform rotations?