Skip to content

Commit 8762357

Browse files
committed
Changed splash name
1 parent a413e46 commit 8762357

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/redomar/game/Game.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ public void render() {
212212

213213
public static void main(String[] args) {
214214
try {
215-
JSplash splash = new JSplash(Game.class.getResource("/splash/splash.png"), true, true, false, "v1.3 Alpha", null, Color.RED, Color.ORANGE);
215+
JSplash splash = new JSplash(Game.class.getResource("/splash/splash.png"), true, true, false, "v1.4 Alpha", null, Color.RED, Color.ORANGE);
216216
splash.splashOn();
217217
splash.setProgress(10, "Initializing Game");
218218
Thread.sleep(1500);

0 commit comments

Comments
 (0)