mirror of
https://github.com/ppy/osu.git
synced 2026-05-18 14:10:33 +08: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