Shortened splash screen delays.

This commit is contained in:
Jeasonfire 2015-05-17 20:47:30 +03:00
parent 7ea8ee3cae
commit 78b4204cd3
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ import com.saltosion.gladiator.util.SpriteLoader;
public class IntroState extends BaseState {
private static final float SPLASH_DELAY = 5;
private static final float SPLASH_DELAY = 2f;
private IntroGUICreator guiCreator;
private float currentTime;