Skip to content

Commit 744e598

Browse files
committed
Alpha 1.8.2 - Backend code improvements
1 parent cd410d1 commit 744e598

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
JavaGame Alpha v1.8.1
2-
===================
1+
JavaGame Alpha v1.8.2
2+
=====================
33
Acknowledgement: Inspired from [vanZeben](https://github.com/vanZeben)
44

55
#####What is JavaGame?

jar/javagame.jar

-1.02 MB
Binary file not shown.

src/com/redomar/game/Game.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public class Game extends Canvas implements Runnable {
2424

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

7878
/**
7979
* @author Redomar
80-
* @version Alpha 1.8.1
80+
* @version Alpha 1.8.2
8181
*/
8282
public Game() {
8383
context = InputContext.getInstance();

0 commit comments

Comments
 (0)