Skip to content

Commit 10aa907

Browse files
committed
Alpha 1.8.3 - New Audio Manager
1 parent 7ada410 commit 10aa907

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
@@ -24,7 +24,7 @@ public class Game extends Canvas implements Runnable {
2424

2525
// Setting the size and name of the frame/canvas
2626
private static final long serialVersionUID = 1L;
27-
private static final String game_Version = "v1.8.2 Alpha";
27+
private static final String game_Version = "v1.8.3 Alpha";
2828
private static final int WIDTH = 160;
2929
private static final int HEIGHT = (WIDTH / 3 * 2);
3030
private static final int SCALE = 3;
@@ -74,7 +74,7 @@ public class Game extends Canvas implements Runnable {
7474

7575
/**
7676
* @author Redomar
77-
* @version Alpha 1.8.2
77+
* @version Alpha 1.8.3
7878
*/
7979
public Game() {
8080
context = InputContext.getInstance();

0 commit comments

Comments
 (0)