Skip to content

Commit

Permalink
Added Welcome Text
Browse files Browse the repository at this point in the history
  • Loading branch information
ellwoodb committed Mar 22, 2023
1 parent 1882e82 commit d35c604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion processing_paint.pde
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ void setup(){
fill(#000000);
textSize(20);
textAlign(CENTER);
String welcomeText = "Sie wollten eine Skizze, hier ist eine, aber noch ein bisschen mehr.\nVersuchen Sie mal das Bild noch etwas zu verschönern...";
String welcomeText = "Willkommen!";
text(welcomeText, 400, 170);
}

Expand Down

0 comments on commit d35c604

Please sign in to comment.