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