mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 08:49:59 +09:00
Reorder fields
This commit is contained in:
@ -20,14 +20,14 @@ namespace osu.Game.Rulesets.Mania.UI.Components
|
|||||||
|
|
||||||
private readonly ScrollingDirection direction;
|
private readonly ScrollingDirection direction;
|
||||||
|
|
||||||
|
private Box background;
|
||||||
|
private Box backgroundOverlay;
|
||||||
|
|
||||||
public ColumnBackground(ScrollingDirection direction)
|
public ColumnBackground(ScrollingDirection direction)
|
||||||
{
|
{
|
||||||
this.direction = direction;
|
this.direction = direction;
|
||||||
}
|
}
|
||||||
|
|
||||||
private Box background;
|
|
||||||
private Box backgroundOverlay;
|
|
||||||
|
|
||||||
[BackgroundDependencyLoader]
|
[BackgroundDependencyLoader]
|
||||||
private void load()
|
private void load()
|
||||||
{
|
{
|
||||||
|
@ -24,13 +24,13 @@ namespace osu.Game.Rulesets.Mania.UI.Components
|
|||||||
|
|
||||||
private readonly ScrollingDirection direction;
|
private readonly ScrollingDirection direction;
|
||||||
|
|
||||||
|
private Container keyIcon;
|
||||||
|
|
||||||
public ColumnKeyArea(ScrollingDirection direction)
|
public ColumnKeyArea(ScrollingDirection direction)
|
||||||
{
|
{
|
||||||
this.direction = direction;
|
this.direction = direction;
|
||||||
}
|
}
|
||||||
|
|
||||||
private Container keyIcon;
|
|
||||||
|
|
||||||
[BackgroundDependencyLoader]
|
[BackgroundDependencyLoader]
|
||||||
private void load()
|
private void load()
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user