mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2025-12-12 10:17:23 +01:00
Add viera ear visibility to application rules.
This commit is contained in:
parent
dc431c10a5
commit
4cc191cb25
1 changed files with 6 additions and 4 deletions
|
|
@ -270,11 +270,9 @@ public class DesignPanel
|
||||||
DrawCrestApplication();
|
DrawCrestApplication();
|
||||||
ImUtf8.IconDummy();
|
ImUtf8.IconDummy();
|
||||||
DrawMetaApplication();
|
DrawMetaApplication();
|
||||||
ImUtf8.IconDummy();
|
|
||||||
DrawBonusSlotApplication();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
ImGui.SameLine(ImGui.GetContentRegionAvail().X / 2);
|
ImGui.SameLine(210 * ImUtf8.GlobalScale + ImGui.GetStyle().ItemSpacing.X);
|
||||||
using (var _ = ImRaii.Group())
|
using (var _ = ImRaii.Group())
|
||||||
{
|
{
|
||||||
void ApplyEquip(string label, EquipFlag allFlags, bool stain, IEnumerable<EquipSlot> slots)
|
void ApplyEquip(string label, EquipFlag allFlags, bool stain, IEnumerable<EquipSlot> slots)
|
||||||
|
|
@ -316,6 +314,9 @@ public class DesignPanel
|
||||||
|
|
||||||
ImUtf8.IconDummy();
|
ImUtf8.IconDummy();
|
||||||
DrawParameterApplication();
|
DrawParameterApplication();
|
||||||
|
|
||||||
|
ImUtf8.IconDummy();
|
||||||
|
DrawBonusSlotApplication();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -324,7 +325,7 @@ public class DesignPanel
|
||||||
var enabled = _config.DeleteDesignModifier.IsActive();
|
var enabled = _config.DeleteDesignModifier.IsActive();
|
||||||
bool? equip = null;
|
bool? equip = null;
|
||||||
bool? customize = null;
|
bool? customize = null;
|
||||||
var size = new Vector2(200 * ImUtf8.GlobalScale, 0);
|
var size = new Vector2(210 * ImUtf8.GlobalScale, 0);
|
||||||
if (ImUtf8.ButtonEx("Disable Everything"u8,
|
if (ImUtf8.ButtonEx("Disable Everything"u8,
|
||||||
"Disable application of everything, including any existing advanced dyes, advanced customizations, crests and wetness."u8, size,
|
"Disable application of everything, including any existing advanced dyes, advanced customizations, crests and wetness."u8, size,
|
||||||
!enabled))
|
!enabled))
|
||||||
|
|
@ -414,6 +415,7 @@ public class DesignPanel
|
||||||
"Apply Hat Visibility",
|
"Apply Hat Visibility",
|
||||||
"Apply Visor State",
|
"Apply Visor State",
|
||||||
"Apply Weapon Visibility",
|
"Apply Weapon Visibility",
|
||||||
|
"Apply Viera Ear Visibility",
|
||||||
];
|
];
|
||||||
|
|
||||||
private void DrawMetaApplication()
|
private void DrawMetaApplication()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue