Reorganize advanced editing tabs a bit.

This commit is contained in:
Ottermandias 2023-05-09 18:33:43 +02:00
parent e4e74376fc
commit f01b2f8754
4 changed files with 40 additions and 20 deletions

View file

@ -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)