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 5cbcb09 commit d233538Copy full SHA for d233538
src/net/earthcomputer/stepfish/Stepfish.java
@@ -16,7 +16,7 @@ public class Stepfish implements Thread.UncaughtExceptionHandler
16
{
17
18
public static final String GAME_NAME = "Stepfish";
19
- public static final String GAME_VERSION = "1.0 Beta";
+ public static final String GAME_VERSION = "1.1 Beta";
20
public static final int TICKRATE = 30;
21
private static final int MILLIS_PER_TICK = 1000 / TICKRATE;
22
public static final int FRAMERATE = TICKRATE;
0 commit comments