Update HUD updates, moving scattered prefabs into a central HUD manager (#53)

Co-authored-by: Michal Pikulski <michal.a.pikulski@gmail.com>
Reviewed-on: #53
This commit is contained in:
2025-11-09 21:41:39 +00:00
parent 0c9a388433
commit 3f548c3ed4
10 changed files with 1588 additions and 495 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)