Skip to content

Commit

Permalink
Readjust Text
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Grimberg committed Feb 7, 2017
1 parent 5bd5ffa commit 62acc75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions JetScape/JetScape.pde
Original file line number Diff line number Diff line change
Expand Up @@ -429,8 +429,8 @@ void endState()
textDisplay("Game Over", TextForm.Biggest, 435, 50);

stroke(255,255,0);
textDisplay("Score - " + score, TextForm.Big, 475, 175);
textDisplay("Level Reached - " + level, TextForm.Big, 375, 275);
textDisplay("Score - " + score, TextForm.Big, 475, 200);
textDisplay("Level Reached - " + level, TextForm.Big, 375, 350);

backtoMain();

Expand Down

0 comments on commit 62acc75

Please sign in to comment.