File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- JavaGame Alpha v1.8.1
2- ===================
1+ JavaGame Alpha v1.8.2
2+ =====================
33Acknowledgement: Inspired from [ vanZeben] ( https://github.com/vanZeben )
44
55#####What is JavaGame?
Original file line number Diff line number Diff 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 ();
You can’t perform that action at this time.
0 commit comments