done renaming
This commit is contained in:
11
Lektion 1/Text-Ausgabe/TextMauszeiger/TextMauszeiger.pde
Normal file
11
Lektion 1/Text-Ausgabe/TextMauszeiger/TextMauszeiger.pde
Normal file
@@ -0,0 +1,11 @@
|
||||
void setup() {
|
||||
size(600, 600);
|
||||
}
|
||||
|
||||
void draw() {
|
||||
background(200);
|
||||
textSize(20);
|
||||
textAlign(CENTER);
|
||||
fill(0);
|
||||
text("maus", mouseX, mouseY);
|
||||
}
|
||||
Reference in New Issue
Block a user