Added stats into the character creation

This commit is contained in:
Sebastian Bularca
2026-04-05 11:26:41 +02:00
parent 4196ef55d1
commit dbac327993
11 changed files with 1593 additions and 457 deletions

View File

@@ -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;

View 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;
}

View File

@@ -0,0 +1,2 @@
fileFormatVersion: 2
guid: 5e5d16e1d2077f948bd891ec5b3a40c4