mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 03:38:01 +00:00
rename splash pic. Spaces in the filename are not best practice
This commit is contained in:
@@ -48,7 +48,7 @@ public class SplashFrame extends JFrame {
|
||||
|
||||
setUndecorated(true);
|
||||
|
||||
final ImageIcon bgIcon = new ImageIcon("res/images/ui/forgeSplash by moomarc.jpg");
|
||||
final ImageIcon bgIcon = new ImageIcon("res/images/ui/forgeSplash.jpg");
|
||||
|
||||
final int splashWidthPx = bgIcon.getIconWidth();
|
||||
final int splashHeightPx = bgIcon.getIconHeight();
|
||||
|
||||
Reference in New Issue
Block a user