Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
shaswata56 committed Nov 11, 2018
2 parents af7353c + cf11487 commit 495d528
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Scenes/menu.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ void menu(RenderWindow &app){
Font AmaticB;
AmaticB.loadFromFile("Resource/Fonts/Amatic-Bold.ttf");

Text startGameText("StartGame", AmaticB, 50);
Text storyLineText("Storyline", AmaticB, 50);
Text addedLaterText("What\'ll be added later?", AmaticB, 50);
Text exitText("Exit", AmaticB, 50);
Text startGameText("StartGame", AmaticB, 60);
Text storyLineText("Storyline", AmaticB, 60);
Text addedLaterText("What\'ll be added later?", AmaticB, 60);
Text exitText("Exit", AmaticB, 60);

startGameText.setOrigin(startGameText.getLocalBounds().width/2, startGameText.getLocalBounds().height/2);
storyLineText.setOrigin(storyLineText.getLocalBounds().width/2, storyLineText.getLocalBounds().height/2);
Expand Down

0 comments on commit 495d528

Please # to comment.