Remove busted splash

This commit is contained in:
2025-03-11 10:29:28 -05:00
parent c32d45c63f
commit 9155493c0e
5 changed files with 4 additions and 4 deletions

View File

@@ -31,7 +31,7 @@ public class Beaker {
public Beaker() throws InterruptedException {
try {
logo = ImageIO.read(Main.class.getResourceAsStream("/splash"+(int)(Math.random()*11)+".png")).getScaledInstance(640, 400, Image.SCALE_SMOOTH);
logo = ImageIO.read(Main.class.getResourceAsStream("/splash"+(int)(Math.random()*10)+".png")).getScaledInstance(640, 400, Image.SCALE_SMOOTH);
} catch (IOException e) {
System.out.println("ERROR: Uhhhhhhhhhhh........... what?");
return;
@@ -51,7 +51,7 @@ public class Beaker {
frame.setLocationRelativeTo(null);
frame.setVisible(true);
Thread.sleep(2000);
Thread.sleep(3000);
frame.setDefaultCloseOperation(WindowConstants.EXIT_ON_CLOSE);
frame.dispose();

View File

@@ -63,7 +63,7 @@
<properties>
<font name="Exo 2"/>
<foreground color="-1"/>
<text value=" If you add/remove DLC in the future, you will need to change this setting again."/>
<text value="Downloading a game update will automatically download its previous versions."/>
</properties>
</component>
</children>

View File

@@ -43,7 +43,7 @@ public class Main {
// Jenkins Build Information
public static boolean isNightly = false;
public static final String vtagPrevious = "tetsuo-1.3";
public static final String vtagPrevious = "tetsuo-1.3.1";
public static String dateOfCompile = null;
// User Settings

Binary file not shown.

Before

Width:  |  Height:  |  Size: 299 KiB

After

Width:  |  Height:  |  Size: 319 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 319 KiB

After

Width:  |  Height:  |  Size: 299 KiB