done renaming
This commit is contained in:
11
Lektion 1/Interaktion/Rechteck_Ecke/Rechteck_Ecke.pde
Normal file
11
Lektion 1/Interaktion/Rechteck_Ecke/Rechteck_Ecke.pde
Normal file
@@ -0,0 +1,11 @@
|
||||
void setup() {
|
||||
size(200, 200);
|
||||
background(255);
|
||||
}
|
||||
void draw() {
|
||||
background(255);
|
||||
|
||||
rectMode(CORNERS);
|
||||
rect(50, 50,
|
||||
mouseX, mouseY);
|
||||
}
|
||||
Reference in New Issue
Block a user