diff --git a/UnboundLib/Assets/togglemenuui b/UnboundLib/Assets/togglemenuui index 7bceacc..f7c08e6 100644 Binary files a/UnboundLib/Assets/togglemenuui and b/UnboundLib/Assets/togglemenuui differ diff --git a/UnboundLib/Utils/LevelManager.cs b/UnboundLib/Utils/LevelManager.cs index 4c51302..b9df9c3 100644 --- a/UnboundLib/Utils/LevelManager.cs +++ b/UnboundLib/Utils/LevelManager.cs @@ -70,7 +70,7 @@ private void Start() { if (level.name.Contains("Phys") || level.name.Contains("Destructible") || level.name.Contains("Grape") || level.name.Contains("Serendipity") || level.name.Contains("Jumbo")) { - level.category = "Default physics"; + level.category = "Physics"; } } diff --git a/UnboundLib/Utils/UI/ModOptions.cs b/UnboundLib/Utils/UI/ModOptions.cs index 0ed96ee..524a73b 100644 --- a/UnboundLib/Utils/UI/ModOptions.cs +++ b/UnboundLib/Utils/UI/ModOptions.cs @@ -100,11 +100,21 @@ void FixMainMenuLayout() () => { ToggleCardsMenuHandler.SetActive(ToggleCardsMenuHandler.cardMenuCanvas.transform, true); + foreach (Animator tabAnimator in ToggleCardsMenuHandler.categoryContent.GetComponentsInChildren()) + { + tabAnimator.SetTrigger(ToggleCardsMenuHandler.scrollViews[tabAnimator.gameObject.GetComponentInParent