We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfca74a commit 82abf3dCopy full SHA for 82abf3d
src/com/litiengine/gurknukem/Program.java
@@ -20,7 +20,7 @@ public static void main(String[] args) {
20
// set meta information about the game
21
Game.info().setName("GURK NUKEM");
22
Game.info().setSubTitle("");
23
- Game.info().setVersion("v0.0.1");
+ Game.info().setVersion("v0.0.2");
24
Game.info().setWebsite("https://github.com/gurkenlabs/litiengine-gurk-nukem");
25
Game.info().setDescription("An example 2D platformer with shooter elements made in the LITIengine");
26
0 commit comments