mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-26 02:19:20 +01:00
Reorganize advanced editing tabs a bit.
This commit is contained in:
parent
e4e74376fc
commit
f01b2f8754
4 changed files with 40 additions and 20 deletions
|
|
@ -82,7 +82,7 @@ public class ItemSwapTab : IDisposable, ITab
|
|||
}
|
||||
|
||||
public ReadOnlySpan<byte> Label
|
||||
=> "Item Swap (WIP)"u8;
|
||||
=> "Item Swap"u8;
|
||||
|
||||
public void DrawContent()
|
||||
{
|
||||
|
|
@ -416,10 +416,10 @@ public class ItemSwapTab : IDisposable, ITab
|
|||
DrawEquipmentSwap(SwapType.Ring);
|
||||
DrawAccessorySwap();
|
||||
DrawHairSwap();
|
||||
DrawFaceSwap();
|
||||
//DrawFaceSwap();
|
||||
DrawEarSwap();
|
||||
DrawTailSwap();
|
||||
DrawWeaponSwap();
|
||||
//DrawWeaponSwap();
|
||||
}
|
||||
|
||||
private ImRaii.IEndObject DrawTab(SwapType newTab)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue