format und variablen
This commit is contained in:
@@ -4,10 +4,7 @@ void setup() {
|
||||
}
|
||||
void draw() {}
|
||||
void keyPressed() {
|
||||
quad(50,50,
|
||||
50,150,
|
||||
150,150,
|
||||
150,50);
|
||||
quad(50, 50, 50, 150, 150, 150, 150, 50);
|
||||
}
|
||||
void mousePressed() {
|
||||
background(255);
|
||||
|
||||
Reference in New Issue
Block a user