New Job selection UI

This commit is contained in:
2023-04-20 18:11:07 +03:00
parent a0e112f696
commit 1ffaa079e6
21 changed files with 882 additions and 2221 deletions
@@ -15,6 +15,6 @@ public class JobItemUITemplate : MonoBehaviour
{
_descreiption.text = item.Description;
_sallary.text = $"{item.Salary}$";
//_icon.sprite = item.Icon;
_icon.sprite = item.Icon;
}
}