From 523c57215a79bc17ab12bad46de60f6bd5b0974b Mon Sep 17 00:00:00 2001 From: gauthiier Date: Mon, 9 Jan 2023 11:59:35 +0100 Subject: [PATCH] coordinates --- 1.Basics.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/1.Basics.md b/1.Basics.md index 5b3b9aa..be1cec9 100644 --- a/1.Basics.md +++ b/1.Basics.md @@ -1,6 +1,6 @@ # Basics 101 -## 👋 P5js Editor +## 👋 p5js Editor

autopilot creativity @@ -79,6 +79,12 @@ function mouseMoved() { // Reference: https://p5js.org/reference/ ``` +## 🤔 What are (x,y) coordinates (in p5js)? + +

+ +

+ ## Sketch: 1.2 Variables ```javascript