Combine into properties and update for framework changes

This commit is contained in:
David Zhao
2019-07-26 15:13:10 +09:00
parent c89830f3d8
commit 6765e9f7fa
2 changed files with 22 additions and 12 deletions

View File

@ -42,7 +42,7 @@ namespace osu.Game.Screens.Select
public abstract class SongSelect : OsuScreen, IKeyBindingHandler<GlobalAction>
{
private static readonly Vector2 wedged_container_size = new Vector2(0.5f, 245);
protected const float BACKGROUND_BLUR = 20;
private const float left_area_padding = 20;