Added full cycle, now the gui shows the proper party data

This commit is contained in:
Sebastian Bularca
2026-04-06 01:27:10 +02:00
parent 50832c491c
commit 236bf1a647
11 changed files with 621 additions and 597 deletions

View File

@@ -5,6 +5,7 @@ using UnityEngine.UI;
namespace Nox.Game.UI {
public class GuiReferences : MonoBehaviour {
public Transform portraitsContainer;
public PartyMemberSlot partyMemberSlotPrefab;
public Image suppliesBar;
public TextMeshProUGUI suppliesText;
public Button pauseMenuButton;