7 lines
93 B
JavaScript
7 lines
93 B
JavaScript
|
function setup() {
|
||
|
// put setup code here
|
||
|
}
|
||
|
|
||
|
function draw() {
|
||
|
// put drawing code here
|
||
|
}
|