This website requires JavaScript.
Explore
Help
Sign In
zhao
/
p5js
Watch
4
Star
0
Fork
0
You've already forked p5js
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
2784cac35b
p5js
/
sketch.js
9 lines
117 B
JavaScript
Raw
Normal View
History
Unescape
Escape
update
2022-12-10 09:35:14 +00:00
function
setup
(
)
{
update
2022-12-10 18:48:53 +00:00
cursor
(
CROSS
)
;
createCanvas
(
600
,
600
)
;
update
2022-12-10 09:35:14 +00:00
}
function
draw
(
)
{
update
2022-12-10 18:48:53 +00:00
background
(
64
)
;
update
2022-12-10 09:35:14 +00:00
}
Reference in New Issue
Copy Permalink