Quick title screen splash formatting improvement
This commit is contained in:
parent
e7df3fb984
commit
b50f391428
|
@ -97,7 +97,7 @@ public class GuiMainMenu extends GuiScreen implements GuiYesNoCallback {
|
|||
private static ResourceLocation backgroundTexture = null;
|
||||
|
||||
public GuiMainMenu() {
|
||||
this.splashText = (System.currentTimeMillis() - 1672104240000l) / 86400000l + "Days since Resent last merged with Eaglercraft U5";
|
||||
this.splashText = (System.currentTimeMillis() - 1672104240000l) / 86400000l + " days since Resent last merged with Eaglercraft U5";
|
||||
|
||||
this.updateCounter = RANDOM.nextFloat();
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user