Skip to content

Commit 12928b3

Browse files
committed
setup draw updated
1 parent 31119e1 commit 12928b3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/data/examples/en/00_Structure/03_Setup_and_Draw.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
* @name Setup and Draw
33
* @arialabel Animated horizontal white line on a black background that moves from the bottom to the top of the screen
44
* @description The code inside the draw() function runs continuously from top
5-
* to bottom until the program is stopped.
5+
* to bottom until the program is stopped. The
6+
* code in setup() is run once when the program starts.
67
*/
78
let y = 100;
89

0 commit comments

Comments
 (0)