forked from Shardstone/trail-into-darkness
Added stats into the character creation
This commit is contained in:
@@ -13,6 +13,7 @@ public class CharacterCreationReference : MonoBehaviour {
|
||||
public TMP_Dropdown classDropdown;
|
||||
public TMP_Dropdown perksDropdown;
|
||||
public AttributeReference[] attributeReference;
|
||||
public StatReference[] statReference;
|
||||
|
||||
//center
|
||||
public Button backButtonCenter;
|
||||
|
||||
9
Assets/Code/GameState/UI/StatReference.cs
Normal file
9
Assets/Code/GameState/UI/StatReference.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using TMPro;
|
||||
using UnityEngine;
|
||||
using UnityEngine.UI;
|
||||
|
||||
public class StatReference : MonoBehaviour {
|
||||
public TextMeshProUGUI statName;
|
||||
public TextMeshProUGUI statValue;
|
||||
public Image statBar;
|
||||
}
|
||||
2
Assets/Code/GameState/UI/StatReference.cs.meta
Normal file
2
Assets/Code/GameState/UI/StatReference.cs.meta
Normal file
@@ -0,0 +1,2 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 5e5d16e1d2077f948bd891ec5b3a40c4
|
||||
Reference in New Issue
Block a user