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 21416a8 commit 5f3b33fCopy full SHA for 5f3b33f
README.md
@@ -1,4 +1,4 @@
1
-JavaGame Alpha v1.6.1
+JavaGame Alpha v1.6.2
2
=====================
3
4
[](https://www.ohloh.net/p/JavaGame)
jar/javagame.jar
137 Bytes
src/com/redomar/game/Game.java
@@ -33,7 +33,7 @@ public class Game extends Canvas implements Runnable {
33
34
// Setting the size and name of the frame/canvas
35
private static final long serialVersionUID = 1L;
36
- private static final String game_Version = "v1.6.1 Alpha";
+ private static final String game_Version = "v1.6.2 Alpha";
37
private static final int WIDTH = 160;
38
private static final int HEIGHT = (WIDTH / 3 * 2);
39
private static final int SCALE = 3;
0 commit comments