mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2025-12-30 12:23:42 +01:00
Add UI.
This commit is contained in:
parent
2219d9293f
commit
282d6df165
7 changed files with 190 additions and 75 deletions
|
|
@ -303,7 +303,7 @@ public class DesignPanel(
|
|||
{
|
||||
var apply = bigChange ? ((MetaFlag)flags).HasFlag(index.ToFlag()) : _selector.Selected!.DoApplyMeta(index);
|
||||
if (ImGui.Checkbox(label, ref apply) || bigChange)
|
||||
_manager.ChangeApplyMeta(_selector.Selected!, MetaIndex.HatState, apply);
|
||||
_manager.ChangeApplyMeta(_selector.Selected!, index, apply);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue