frontend pagination done
This commit is contained in:
parent
4f936aaa42
commit
e8079f760a
10 changed files with 472 additions and 1333 deletions
|
|
@ -2,11 +2,11 @@ function setup() {
|
|||
createCanvas(400, 400);
|
||||
}
|
||||
|
||||
function draw() {
|
||||
if (mouseIsPressed) {
|
||||
fill(0);
|
||||
} else {
|
||||
fill(255);
|
||||
}
|
||||
ellipse(mouseX, mouseY, 80, 80);
|
||||
}
|
||||
function draw() {
|
||||
if (mouseIsPressed) {
|
||||
fill(0);
|
||||
} else {
|
||||
fill(255);
|
||||
}
|
||||
ellipse(mouseX, mouseY, 80, 80);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue