File tree Expand file tree Collapse file tree 3 files changed +4
-7
lines changed
Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 1- JavaGame Alpha v1.8
1+ JavaGame Alpha v1.8.1
22===================
33
44#####What is JavaGame?
@@ -34,7 +34,4 @@ Watch this video [here](http://youtu.be/_3nCgac3KKM) or checkout the [GitHub Pag
3434 * Make the changes in the /src folder
3535* Commit your changes (``` git commit -m "Change Title" ``` )
3636* Push to the branch (``` git push origin my_branch ``` )
37- * Open a [ Pull Request] ( https://github.com/redomar/JavaGame/pull/new/master )
38-
39- [ ![ Bitdeli Badge] ( https://d2weczhvl823v0.cloudfront.net/redomar/javagame/trend.png )] ( https://bitdeli.com/free " Bitdeli Badge ")
40- [ ![ Ohloh Stats] ( https://www.ohloh.net/p/JavaGame/widgets/project_thin_badge.gif )] ( https://www.ohloh.net/p/JavaGame )
37+ * Open a [ Pull Request] ( https://github.com/redomar/JavaGame/pull/new/master )
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ public class Game extends Canvas implements Runnable {
3535
3636 // Setting the size and name of the frame/canvas
3737 private static final long serialVersionUID = 1L ;
38- private static final String game_Version = "v1.8 Alpha" ;
38+ private static final String game_Version = "v1.8.1 Alpha" ;
3939 private static final int WIDTH = 160 ;
4040 private static final int HEIGHT = (WIDTH / 3 * 2 );
4141 private static final int SCALE = 3 ;
@@ -92,7 +92,7 @@ public class Game extends Canvas implements Runnable {
9292
9393 /**
9494 * @author Redomar
95- * @version Alpha 1.8
95+ * @version Alpha 1.8.1
9696 */
9797 public Game () {
9898 context = InputContext .getInstance ();
You can’t perform that action at this time.
0 commit comments