Irgendjemand musste es ja machen...
This commit is contained in:
@ -28,7 +28,7 @@ public class DeveloperInfoUi : MonoBehaviour
|
||||
[SerializeField]
|
||||
private Gradient _statusGradient;
|
||||
|
||||
[SerializeField] private TextMeshProUGUI _fingerText;
|
||||
//[SerializeField] private TextMeshProUGUI _fingerText;
|
||||
|
||||
void Start()
|
||||
{
|
||||
@ -43,6 +43,6 @@ public class DeveloperInfoUi : MonoBehaviour
|
||||
_hungerImage.color = _statusGradient.Evaluate((float)_developer.CurrentHunger);
|
||||
_toiletImage.color = _statusGradient.Evaluate((float)_developer.CurrentUrgeToUrinate);
|
||||
|
||||
_fingerText.text = _developer.FingersLeft.ToString();
|
||||
//_fingerText.text = _developer.FingersLeft.ToString();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user