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 b60a9b5 commit b7498b5Copy full SHA for b7498b5
src/com/redomar/game/Game.java
@@ -30,7 +30,7 @@ public class Game extends Canvas implements Runnable {
30
31
// Setting the size and name of the frame/canvas
32
private static final long serialVersionUID = 1L;
33
- private static final String game_Version = "v1.8.3 Alpha";
+ private static final String game_Version = "v1.8.4 Alpha";
34
private static final int WIDTH = 160;
35
private static final int HEIGHT = (WIDTH / 3 * 2);
36
private static final int SCALE = 3;
@@ -87,7 +87,7 @@ public class Game extends Canvas implements Runnable {
87
88
/**
89
* @author Redomar
90
- * @version Alpha 1.8.3
+ * @version Alpha 1.8.4
91
*/
92
public Game() {
93
context = InputContext.getInstance();
0 commit comments