mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2025-12-13 12:14:18 +01:00
Reorder names.
This commit is contained in:
parent
d13e3ccbd7
commit
593bb47241
2 changed files with 3 additions and 3 deletions
|
|
@ -57,8 +57,8 @@ public static class CustomizeParameterExtensions
|
||||||
CustomizeParameterFlag.LeftEye => "Left Eye Color",
|
CustomizeParameterFlag.LeftEye => "Left Eye Color",
|
||||||
CustomizeParameterFlag.RightEye => "Right Eye Color",
|
CustomizeParameterFlag.RightEye => "Right Eye Color",
|
||||||
CustomizeParameterFlag.FeatureColor => "Tattoo Color",
|
CustomizeParameterFlag.FeatureColor => "Tattoo Color",
|
||||||
CustomizeParameterFlag.FacePaintUvMultiplier => "Face Paint Orientation",
|
CustomizeParameterFlag.FacePaintUvMultiplier => "Multiplier for Face Paint",
|
||||||
CustomizeParameterFlag.FacePaintUvOffset => "Face Paint Offset",
|
CustomizeParameterFlag.FacePaintUvOffset => "Offset of Face Paint",
|
||||||
CustomizeParameterFlag.DecalColor => "Face Paint Color",
|
CustomizeParameterFlag.DecalColor => "Face Paint Color",
|
||||||
_ => string.Empty,
|
_ => string.Empty,
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -42,7 +42,7 @@ public class CustomizeParameterDrawer(Configuration config, PaletteImport import
|
||||||
|
|
||||||
public void Draw(StateManager stateManager, ActorState state)
|
public void Draw(StateManager stateManager, ActorState state)
|
||||||
{
|
{
|
||||||
using var _ = EnsureSize();
|
using var generalSize = EnsureSize();
|
||||||
DrawConfig(false);
|
DrawConfig(false);
|
||||||
using (_ = ImRaii.ItemWidth(_width - 2 * ImGui.GetFrameHeight() - 2 * ImGui.GetStyle().ItemInnerSpacing.X))
|
using (_ = ImRaii.ItemWidth(_width - 2 * ImGui.GetFrameHeight() - 2 * ImGui.GetStyle().ItemInnerSpacing.X))
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue