Use new overlay pop-in/pop-out samples

This commit is contained in:
Jamie Taylor 2023-08-17 11:36:00 +09:00
parent cb23f03d4b
commit b15a54c914
No known key found for this signature in database
GPG Key ID: 2ACFA8B6370B8C8C
3 changed files with 7 additions and 0 deletions

View File

@ -55,6 +55,9 @@ namespace osu.Game.Overlays
private const float side_bar_width = 190;
private const float chat_bar_height = 60;
protected override string PopInSampleName => @"UI/overlay-big-pop-in";
protected override string PopOutSampleName => @"UI/overlay-big-pop-out";
[Resolved]
private OsuConfigManager config { get; set; } = null!;

View File

@ -19,6 +19,7 @@ namespace osu.Game.Overlays
protected override bool StartHidden => true;
protected override string PopInSampleName => "UI/wave-pop-in";
protected override string PopOutSampleName => "UI/overlay-big-pop-out";
public const float HORIZONTAL_PADDING = 50;

View File

@ -32,6 +32,9 @@ namespace osu.Game.Screens.Select.Options
public override bool BlockScreenWideMouse => false;
protected override string PopInSampleName => "SongSelect/options-pop-in";
protected override string PopOutSampleName => "SongSelect/options-pop-out";
public BeatmapOptionsOverlay()
{
AutoSizeAxes = Axes.Y;