von den anderen

This commit is contained in:
2023-09-24 19:32:53 +02:00
parent cd995cd5f3
commit 0a6571ccba
11 changed files with 242 additions and 0 deletions

View 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));