Move app switcher to hud

This commit is contained in:
Michal Pikulski
2025-11-09 21:01:41 +01:00
parent 0c9a388433
commit e9855faede
9 changed files with 698 additions and 420 deletions

View File

@@ -165,15 +165,6 @@ namespace UI.CardSystem
UIPageController.Instance.PopPage();
}
}
// If album exits while in Overworld, show AppSwitcher. If not, keep it hidden.
if (PlayerHudManager.Instance.currentUIMode == PlayerHudManager.UIMode.Overworld)
{
PlayerHudManager.Instance.ToggleAppSwitcher(true);
}
else
{
PlayerHudManager.Instance.ToggleAppSwitcher(false);
}
}
private void OnBoosterCountChanged(int newCount)