mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2025-12-15 21:24:18 +01:00
Some more reworking
This commit is contained in:
parent
6a4b5fc3b2
commit
dad146d043
41 changed files with 1714 additions and 1320 deletions
|
|
@ -15,6 +15,7 @@ internal partial class Interface : Window, IDisposable
|
|||
|
||||
private readonly ActorTab _actorTab;
|
||||
private readonly DebugStateTab _debugStateTab;
|
||||
private readonly DebugDataTab _debugDataTab;
|
||||
|
||||
public Interface(Glamourer plugin)
|
||||
: base(GetLabel())
|
||||
|
|
@ -29,6 +30,7 @@ internal partial class Interface : Window, IDisposable
|
|||
};
|
||||
_actorTab = new ActorTab(_plugin.CurrentManipulations);
|
||||
_debugStateTab = new DebugStateTab(_plugin.CurrentManipulations);
|
||||
_debugDataTab = new DebugDataTab(Glamourer.Customization);
|
||||
}
|
||||
|
||||
public override void Draw()
|
||||
|
|
@ -44,6 +46,7 @@ internal partial class Interface : Window, IDisposable
|
|||
_actorTab.Draw();
|
||||
DrawSettingsTab();
|
||||
_debugStateTab.Draw();
|
||||
_debugDataTab.Draw();
|
||||
// DrawSaves();
|
||||
// DrawFixedDesignsTab();
|
||||
// DrawRevertablesTab();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue