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 78adad5 commit bc45364Copy full SHA for bc45364
README.md
@@ -1,4 +1,4 @@
1
-JavaGame Alpha v1.6.2
+JavaGame Alpha v1.6.3
2
=====================
3
4
[](https://www.ohloh.net/p/JavaGame)
jar/javagame.jar
2.17 KB
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.2 Alpha";
+ private static final String game_Version = "v1.6.3 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