Skip to content

Commit

Permalink
Add Pablo and Felipe
Browse files Browse the repository at this point in the history
  • Loading branch information
richelbilderbeek committed Dec 15, 2024
1 parent 35c59ed commit c642c2b
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions docs/verksamheter/20241214_julkort/julkort/julkort.pde
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,11 @@ void draw_enrico() {
enrico_Y = enrico_Y + 2;
}

void draw_felipe()
{
image(felipe_image, 200, 0, 200, 200);
}

void draw_herman()
{
fill(#00AA00);
Expand Down Expand Up @@ -276,13 +281,18 @@ void draw_malek()
}
}

void draw_pablo()
{
image(pablo_image, 400, 600, 200, 200);
}

void draw()
{
draw_alfred();
draw_enrico();
//draw_felipe();
draw_felipe();
draw_herman();
draw_leonid();
draw_malek();
//draw_pablo();
draw_pablo();
}

0 comments on commit c642c2b

Please sign in to comment.