mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 16:27:26 +08:00
Reorder fields in SkinEditor
This commit is contained in:
parent
2bf8635ffd
commit
469a7f5d2a
@ -22,19 +22,19 @@ namespace osu.Game.Skinning.Editor
|
||||
{
|
||||
public const double TRANSITION_DURATION = 500;
|
||||
|
||||
public readonly BindableList<ISkinnableComponent> SelectedComponents = new BindableList<ISkinnableComponent>();
|
||||
|
||||
protected override bool StartHidden => true;
|
||||
|
||||
private readonly Drawable targetScreen;
|
||||
|
||||
private OsuTextFlowContainer headerText;
|
||||
|
||||
protected override bool StartHidden => true;
|
||||
|
||||
public readonly BindableList<ISkinnableComponent> SelectedComponents = new BindableList<ISkinnableComponent>();
|
||||
private Bindable<Skin> currentSkin;
|
||||
|
||||
[Resolved]
|
||||
private SkinManager skins { get; set; }
|
||||
|
||||
private Bindable<Skin> currentSkin;
|
||||
|
||||
[Resolved]
|
||||
private OsuColour colours { get; set; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user