mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2026-01-03 14:23:43 +01:00
Allow drag & drop of equipment pieces.
This commit is contained in:
parent
d7b189b714
commit
282935c6d6
6 changed files with 169 additions and 4 deletions
|
|
@ -238,6 +238,7 @@ public class ActorPanel
|
|||
ImGui.Dummy(new Vector2(ImGui.GetTextLineHeight() / 2));
|
||||
DrawEquipmentMetaToggles();
|
||||
ImGui.Dummy(new Vector2(ImGui.GetTextLineHeight() / 2));
|
||||
_equipmentDrawer.DrawDragDropTooltip();
|
||||
}
|
||||
|
||||
private void DrawParameterHeader()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue