Skip to content

Commit 6c5ac01

Browse files
committed
v1.8.1 - Backend Changes
1 parent 4f557c4 commit 6c5ac01

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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)

jar/javagame.jar

6.16 KB
Binary file not shown.

src/com/redomar/game/Game.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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();

0 commit comments

Comments
 (0)