Skip to content

Commit 5f3b33f

Browse files
committed
Updated for 1.6.2
1 parent 21416a8 commit 5f3b33f

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
JavaGame Alpha v1.6.1
1+
JavaGame Alpha v1.6.2
22
=====================
33

44
[![Ohloh Stats](https://www.ohloh.net/p/JavaGame/widgets/project_thin_badge.gif)](https://www.ohloh.net/p/JavaGame)

jar/javagame.jar

137 Bytes
Binary file not shown.

src/com/redomar/game/Game.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public class Game extends Canvas implements Runnable {
3333

3434
// Setting the size and name of the frame/canvas
3535
private static final long serialVersionUID = 1L;
36-
private static final String game_Version = "v1.6.1 Alpha";
36+
private static final String game_Version = "v1.6.2 Alpha";
3737
private static final int WIDTH = 160;
3838
private static final int HEIGHT = (WIDTH / 3 * 2);
3939
private static final int SCALE = 3;

0 commit comments

Comments
 (0)