Began to implement more models
This commit is contained in:
parent
59523f4a41
commit
6ca169fef8
3 changed files with 59 additions and 5 deletions
|
|
@ -2,4 +2,12 @@ function setup() {
|
|||
createCanvas(400, 400)
|
||||
background(187)
|
||||
line(0,0, 400,400)
|
||||
}
|
||||
|
||||
function draw() {
|
||||
|
||||
}
|
||||
|
||||
function keyPressed() {
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue