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.
2 parents 804b1db + fb2c1b1 commit b4162b4Copy full SHA for b4162b4
src/com/redomar/game/Game.java
@@ -220,7 +220,7 @@ public void run() {
220
221
if (System.currentTimeMillis() - lastTimer >= 1000) {
222
lastTimer += 1000;
223
- getFrame().setTitle("Frames: " + frames + " Ticks: " + ticks);
+ getFrame().setTitle("JavaGame - Version "+WordUtils.capitalize(game_Version).substring(1, game_Version.length()));
224
fps = frames;
225
tps = ticks;
226
frames = 0;
0 commit comments