mirror of
https://github.com/ppy/osu
synced 2024-12-15 11:25:29 +00:00
Add back menu logo transform
This commit is contained in:
parent
061527a260
commit
9b047d9b90
@ -295,11 +295,12 @@ namespace osu.Game.Screens.Menu
|
||||
if (lastState == ButtonSystemState.Initial)
|
||||
logo.ScaleTo(0.5f, 200, Easing.In);
|
||||
|
||||
logoFacadeContainer.SetLogo(logo, 0.5f, lastState == ButtonSystemState.EnteringMode ? 0 : 200, Easing.In);
|
||||
logoFacadeContainer.Tracking = true;
|
||||
|
||||
logoDelayedAction?.Cancel();
|
||||
logoDelayedAction = Scheduler.AddDelayed(() =>
|
||||
{
|
||||
logoFacadeContainer.Tracking = true;
|
||||
|
||||
if (impact)
|
||||
logo.Impact();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user