This reverts commit 17a6563f4c.
17a6563f4c
There should only ever be one osu! logo. It is now passed around between screens in a superfluous manner.
Fixes #1208
Logic was reliant on HoverLost coming before Hover events, which has since changed. Was also able to tidy this code up a bit in the process.
Depends on https://github.com/ppy/osu-framework/pull/837
References now use the Create*-names instead of the outdated Get*-names to create instances of FlowStrategies.