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:
parent
6e8a4c2eff
commit
ba6e36bd67
@ -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!;
|
||||
|
Loading…
Reference in New Issue
Block a user