character fall asleep when low energy

This commit is contained in:
Vladimir Koshevarov
2022-11-17 17:53:30 +02:00
parent c8047bd170
commit ed1c16db33
6 changed files with 4906 additions and 85 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ public class TimeManager : MonoBehaviour
private float _timer;
[SerializeField]
private float _minuteToRealTime = 0.5f;
private float _minuteToRealTime = 0.01f;
public static TimeSpan CurrentTime { get; private set; }