Release 1.8.7.0 - Calm Before the Storm Hotfix 1

This commit is contained in:
Regalis11
2025-04-16 12:46:39 +03:00
parent 38cce0c933
commit 1deef20f21
20 changed files with 103 additions and 53 deletions
@@ -915,6 +915,10 @@ namespace Barotrauma
{
openAccordion.AddToGUIUpdateList(order: 1);
}
if (PlayerInput.PrimaryMouseButtonDown())
{
GUIComponent.OpenAccordionPopups.Clear();
}
SocialOverlay.Instance?.AddToGuiUpdateList();
@@ -2647,6 +2651,8 @@ namespace Barotrauma
if (color.HasValue)
{
button.Color = color.Value;
button.HoverColor = Color.Lerp(color.Value, Color.White, 0.5f);
button.PressedColor = Color.Lerp(color.Value, Color.Black, 0.5f);
}
}