mirror of
https://github.com/ppy/osu.git
synced 2026-05-25 03:49:55 +08:00
Remove NowPlayingOverlay custom pop-in/pop-out samples in favour of the generic overlay ones
This commit is contained in:
@@ -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!;
|
||||
|
||||
Reference in New Issue
Block a user