1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 20:22:55 +08:00

Remove NowPlayingOverlay custom pop-in/pop-out samples in favour of the generic overlay ones

This commit is contained in:
Jamie Taylor 2023-10-19 17:18:50 +09:00
parent 6e8a4c2eff
commit ba6e36bd67
No known key found for this signature in database
GPG Key ID: 2ACFA8B6370B8C8C

View File

@ -55,8 +55,7 @@ namespace osu.Game.Overlays
private Container playerContainer = null!;
private Container playlistContainer = null!;
protected override string PopInSampleName => "UI/now-playing-pop-in";
protected override string PopOutSampleName => "UI/now-playing-pop-out";
protected override double PopInOutSampleBalance => OsuGameBase.SFX_STEREO_STRENGTH * 0.75f;
[Resolved]
private MusicController musicController { get; set; } = null!;