Skip to content

Commit b7498b5

Browse files
committed
Alpha 1.8.4 - Code documentation and unit testing implementation
1 parent b60a9b5 commit b7498b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/com/redomar/game/Game.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public class Game extends Canvas implements Runnable {
3030

3131
// Setting the size and name of the frame/canvas
3232
private static final long serialVersionUID = 1L;
33-
private static final String game_Version = "v1.8.3 Alpha";
33+
private static final String game_Version = "v1.8.4 Alpha";
3434
private static final int WIDTH = 160;
3535
private static final int HEIGHT = (WIDTH / 3 * 2);
3636
private static final int SCALE = 3;
@@ -87,7 +87,7 @@ public class Game extends Canvas implements Runnable {
8787

8888
/**
8989
* @author Redomar
90-
* @version Alpha 1.8.3
90+
* @version Alpha 1.8.4
9191
*/
9292
public Game() {
9393
context = InputContext.getInstance();

0 commit comments

Comments
 (0)