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 b4162b4 commit e863c6dCopy full SHA for e863c6d
src/com/redomar/game/Game.java
@@ -34,7 +34,7 @@ public class Game extends Canvas implements Runnable {
34
35
// Setting the size and name of the frame/canvas
36
private static final long serialVersionUID = 1L;
37
- private static final String game_Version = "v1.6.4 Alpha";
+ private static final String game_Version = "v1.7 Alpha";
38
private static final int WIDTH = 160;
39
private static final int HEIGHT = (WIDTH / 3 * 2);
40
private static final int SCALE = 3;
0 commit comments