Missed this one..
This is important when using dynamic compiling to rapidly iterate. Until we actually split projects out into pieces (like the abstract ruleset project we have talked about) there is no advantage to using internal in the osu! game code.
Fixes #1005 for real
Also sets better defaults.
Reduces the delay before the main menu appears, but also synchronises the full main menu appearance animation with the logo's apperance.
There should only ever be one osu! logo. It is now passed around between screens in a superfluous manner.
Allows for more dynamic compilation to succeed. No reason for using internal here anyways.