von den anderen
This commit is contained in:
6
Zeichnen/Smiley/Smiley.pde
Normal file
6
Zeichnen/Smiley/Smiley.pde
Normal file
@@ -0,0 +1,6 @@
|
||||
fill (250, 200,0);
|
||||
ellipse (50,50,50,50); // Kopf
|
||||
triangle (50,50, 45,55, 55, 55); // Nase
|
||||
ellipse (40,50,5,5); // linkes Auge
|
||||
ellipse (60,50,5,5);
|
||||
arc (50,55, 35, 30, radians(0), radians(180));
|
||||
Reference in New Issue
Block a user