We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2580b96 commit bf18da9Copy full SHA for bf18da9
src/com/redomar/game/Game.java
@@ -214,7 +214,7 @@ public void run() {
214
215
if (System.currentTimeMillis() - lastTimer >= 1000) {
216
lastTimer += 1000;
217
- getFrame().setTitle("Frames: " + frames + " Ticks: " + ticks);
+ getFrame().setTitle("JavaGame - Version "+WordUtils.capitalize(game_Version).substring(1, game_Version.length()));
218
frames = 0;
219
ticks = 0;
220
}
0 commit comments