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 7ada410 commit 10aa907Copy full SHA for 10aa907
src/com/redomar/game/Game.java
@@ -24,7 +24,7 @@ public class Game extends Canvas implements Runnable {
24
25
// Setting the size and name of the frame/canvas
26
private static final long serialVersionUID = 1L;
27
- private static final String game_Version = "v1.8.2 Alpha";
+ private static final String game_Version = "v1.8.3 Alpha";
28
private static final int WIDTH = 160;
29
private static final int HEIGHT = (WIDTH / 3 * 2);
30
private static final int SCALE = 3;
@@ -74,7 +74,7 @@ public class Game extends Canvas implements Runnable {
74
75
/**
76
* @author Redomar
77
- * @version Alpha 1.8.2
+ * @version Alpha 1.8.3
78
*/
79
public Game() {
80
context = InputContext.getInstance();
0 commit comments