merged mit noah und juilius

This commit is contained in:
DerTyp187
2021-09-25 16:33:18 +02:00
parent 904b534695
commit 935eb3c0be
30 changed files with 8270 additions and 28 deletions

View File

@@ -10,7 +10,7 @@ public class TimeManager : MonoBehaviour
[Header("TimeManager")]
[SerializeField] private float timePeriod = 0.02f;
public int secondsOfDay = 0;
public int secondsOfDay = 2000;
private void Start()