Skip to content

Commit f9e2b33

Browse files
committed
Updated splash
always ontop
1 parent b958392 commit f9e2b33

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/com/redomar/game/Game.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@ public void render() {
217217
public static void main(String[] args) {
218218
try {
219219
JSplash splash = new JSplash(Game.class.getResource("/splash/splash.png"), true, true, false, "v1.4 Alpha", null, Color.RED, Color.ORANGE);
220+
splash.setAlwaysOnTop(true);
220221
splash.splashOn();
221222
splash.setProgress(10, "Initializing Game");
222223
Thread.sleep(750);

0 commit comments

Comments
 (0)