Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
UmerFakher committed Feb 9, 2021
2 parents b9835cb + 4623155 commit 8f27b28
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,6 @@ public MainGameScreen(DragonBoatRace game, BoatType boatChosen) {
this.background = new ScrollingBackground();
this.background.resize(Gdx.graphics.getWidth());

System.out.println(this.game.getRound());


/* Font related items */
FreeTypeFontGenerator generator = new FreeTypeFontGenerator(Gdx.files.internal("osaka-re.ttf"));
FreeTypeFontGenerator.FreeTypeFontParameter parameter = new FreeTypeFontGenerator.FreeTypeFontParameter();
Expand Down

0 comments on commit 8f27b28

Please sign in to comment.