backend pagination done
This commit is contained in:
parent
e8079f760a
commit
fd235b56c6
6 changed files with 55 additions and 16 deletions
|
|
@ -1,12 +0,0 @@
|
|||
function setup() {
|
||||
createCanvas(400, 400);
|
||||
}
|
||||
|
||||
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