mirror of
https://github.com/ppy/osu
synced 2025-01-11 16:49:39 +00:00
Use new overlay pop-in/pop-out samples
This commit is contained in:
parent
cb23f03d4b
commit
b15a54c914
@ -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!;
|
||||
|
||||
|
@ -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;
|
||||
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user