neu ordnen

This commit is contained in:
2023-09-25 17:53:38 +02:00
parent 0a6571ccba
commit 5870c6ba9c
22 changed files with 135 additions and 2 deletions

View File

@@ -0,0 +1,12 @@
beginShape (); // Dachfigur
vertex (50, 10); // Spitze
vertex (70, 30); //rechts
vertex (30, 30); //links
endShape (CLOSE);
beginShape (); // Haus
vertex (30,30); //oben links
vertex (30, 65); // unten links
vertex (70, 65); // unten rechts
vertex (70,30); // oben rechts
endShape (CLOSE);