Skip to content

Commit

Permalink
Tanks 0.3.2 - Added tracks and improved AI
Browse files Browse the repository at this point in the history
  • Loading branch information
aehmttw committed Jul 6, 2018
1 parent 3742fb4 commit fcd4611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TankGame/src/tanks/Panel.java
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ else if (Game.menu.equals(Game.Menu.interlevel))

g.setFont(g.getFont().deriveFont(Font.BOLD, 12));

g.drawString("Tanks v0.3.1", 2, (int) (Game.gamescreen.getSize().getHeight() - 40 + 12 - Screen.offset));
g.drawString("Tanks v0.3.2", 2, (int) (Game.gamescreen.getSize().getHeight() - 40 + 12 - Screen.offset));
g.drawString("FPS: " + lastFPS, 2, (int) (Game.gamescreen.getSize().getHeight() - 40 + 24 - Screen.offset));
g.drawString("Coins: " + Game.coins, 2, (int) (Game.gamescreen.getSize().getHeight() - 40 + 36 - Screen.offset));

Expand Down

0 comments on commit fcd4611

Please sign in to comment.