Skip to content

Commit

Permalink
Merge pull request #8 from beaconFUN/draw/2018
Browse files Browse the repository at this point in the history
"2018"の表示
  • Loading branch information
i1219sd authored May 11, 2018
2 parents 701131f + 03d9119 commit d6e4f27
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion GitHubWS/GitHubWS.pde
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ void setup() {
}

void draw() {
textAlign(CENTER);
textAlign(CENTER);
fill(255,0,0);
textSize(40);
text("Hello world", width/2, height/2 );
text("2018", width/2, height/5);
}

void mousePressed() {
Expand Down

0 comments on commit d6e4f27

Please sign in to comment.