Skip to content

Commit bf18da9

Browse files
committed
Renamed the game title
1 parent 2580b96 commit bf18da9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/redomar/game/Game.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ public void run() {
214214

215215
if (System.currentTimeMillis() - lastTimer >= 1000) {
216216
lastTimer += 1000;
217-
getFrame().setTitle("Frames: " + frames + " Ticks: " + ticks);
217+
getFrame().setTitle("JavaGame - Version "+WordUtils.capitalize(game_Version).substring(1, game_Version.length()));
218218
frames = 0;
219219
ticks = 0;
220220
}

0 commit comments

Comments
 (0)