mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2025-12-15 05:04:16 +01:00
Further updates, change Actor to other words in most places, change to Penumbra IPC-API.
This commit is contained in:
parent
d4a00dca0c
commit
ebcd1ea795
18 changed files with 358 additions and 347 deletions
|
|
@ -308,12 +308,12 @@ namespace Glamourer.Gui
|
|||
|
||||
var changesStates = save.SetHatState || save.SetVisorState || save.SetWeaponState || save.IsWet || save.Alpha != 1.0f;
|
||||
if (save.WriteCustomizations)
|
||||
if (save.WriteEquipment != ActorEquipMask.None)
|
||||
if (save.WriteEquipment != CharacterEquipMask.None)
|
||||
return white;
|
||||
else
|
||||
return changesStates ? white : Glamourer.Config.CustomizationColor;
|
||||
|
||||
if (save.WriteEquipment != ActorEquipMask.None)
|
||||
if (save.WriteEquipment != CharacterEquipMask.None)
|
||||
return changesStates ? white : Glamourer.Config.EquipmentColor;
|
||||
|
||||
return changesStates ? Glamourer.Config.StateColor : grey;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue