Skip to content

Commit

Permalink
Alpha 1.8.2 - Backend code improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
redomar committed Aug 20, 2016
1 parent cd410d1 commit 744e598
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
JavaGame Alpha v1.8.1
===================
JavaGame Alpha v1.8.2
=====================
Acknowledgement: Inspired from [vanZeben](https://github.com/vanZeben)

#####What is JavaGame?
Expand Down
Binary file modified jar/javagame.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions src/com/redomar/game/Game.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public class Game extends Canvas implements Runnable {

// Setting the size and name of the frame/canvas
private static final long serialVersionUID = 1L;
private static final String game_Version = "v1.8.1 Alpha";
private static final String game_Version = "v1.8.2 Alpha";
private static final int WIDTH = 160;
private static final int HEIGHT = (WIDTH / 3 * 2);
private static final int SCALE = 3;
Expand Down Expand Up @@ -77,7 +77,7 @@ public class Game extends Canvas implements Runnable {

/**
* @author Redomar
* @version Alpha 1.8.1
* @version Alpha 1.8.2
*/
public Game() {
context = InputContext.getInstance();
Expand Down

0 comments on commit 744e598

Please sign in to comment.