forked from Shardstone/trail-into-darkness
Added stats into the character creation
This commit is contained in:
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;
|
||||
}
|
||||
Reference in New Issue
Block a user