Began to implement more models

This commit is contained in:
s-prechtl 2022-11-29 11:20:01 +01:00
parent 59523f4a41
commit 6ca169fef8
3 changed files with 59 additions and 5 deletions

View file

@ -2,4 +2,12 @@ function setup() {
createCanvas(400, 400)
background(187)
line(0,0, 400,400)
}
function draw() {
}
function keyPressed() {
}