i believe my pc has been set ablaze
This commit is contained in:
parent
24ab1b213e
commit
c67146ea1a
10 changed files with 178 additions and 123 deletions
|
|
@ -18,18 +18,19 @@ public class AbilityUIHandler : MonoBehaviour
|
|||
return;
|
||||
}
|
||||
instance = this;
|
||||
playerAbilityHandler = FindFirstObjectByType<MarisaAbilityHandler>();
|
||||
}
|
||||
|
||||
#endregion
|
||||
[Header("Abilities")]
|
||||
public List<Button> uiObjects = new();
|
||||
[SerializeField] private MarisaAbilityHandler playerAbilityHandler;
|
||||
private MarisaAbilityHandler playerAbilityHandler;
|
||||
[SerializeField] private AbilityUIObject abilityUI;
|
||||
|
||||
[Header("Upgrades")]
|
||||
[SerializeField] private Transform upgradeGrid;
|
||||
[SerializeField] private StoredAbilityUpgradeUI templateStoredUpgradeUI;
|
||||
|
||||
|
||||
private void Start()
|
||||
{
|
||||
UpdateAbilitySelection();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue