Created a splash screen state for loading resources.

- Game now boots to splash screen, which displays parser progress.
- Added option "LoadVerbose" to disable rendering the progress text.
- Main Menu backgrounds now fade in regardless of DynamicBackground setting (as a transition from the splash screen).

Signed-off-by: Jeffrey Han <itdelatrisu@gmail.com>
This commit is contained in:
Jeffrey Han
2014-07-05 21:00:52 -04:00
parent 0dbfd18c5f
commit dea7e942a3
7 changed files with 230 additions and 43 deletions

View File

@@ -521,7 +521,6 @@ public class Slider {
}
}
// end of slider
if (overlap || trackPosition > hitObject.time + sliderTimeTotal) {
tickIntervals++;
@@ -537,7 +536,7 @@ public class Slider {
if (distance < followCircleRadius)
ticksHit++;
}
// calculate and send slider result
hitResult();
return true;