mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Rename methods back
This commit is contained in:
@ -95,9 +95,9 @@ namespace osu.Game.Screens.Play
|
||||
this.Delay(2150).Schedule(pushWhenLoaded);
|
||||
}
|
||||
|
||||
protected override void OnArrivedLogo(OsuLogo logo, bool resuming)
|
||||
protected override void LogoArriving(OsuLogo logo, bool resuming)
|
||||
{
|
||||
base.OnArrivedLogo(logo, resuming);
|
||||
base.LogoArriving(logo, resuming);
|
||||
|
||||
logo.ClearTransforms(targetMember: nameof(Position));
|
||||
logo.RelativePositionAxes = Axes.Both;
|
||||
|
Reference in New Issue
Block a user