mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Use .With() wherever possible
This commit is contained in:
@ -101,11 +101,10 @@ namespace osu.Game.Screens.Menu
|
||||
{
|
||||
VisibleState = ButtonSystemState.Play,
|
||||
},
|
||||
logoTrackingContainer.LogoFacade
|
||||
logoTrackingContainer.LogoFacade.With(d => d.Scale = new Vector2(0.74f))
|
||||
});
|
||||
|
||||
buttonArea.Flow.CentreTarget = logoTrackingContainer.LogoFacade;
|
||||
logoTrackingContainer.LogoFacade.Scale = new Vector2(0.74f);
|
||||
}
|
||||
|
||||
[Resolved(CanBeNull = true)]
|
||||
|
Reference in New Issue
Block a user