interactable

This commit is contained in:
Janis
2023-03-04 15:53:47 +01:00
parent ae0b21f9e9
commit 5f08865a2b
17 changed files with 506 additions and 357 deletions

View File

@@ -40,7 +40,7 @@ public class TimeManager : MonoBehaviour
// Increase minute
Minute++;
OnMinuteChanged?.Invoke();
if (Minute >= 60)
if (Minute >= 59)
{
// Increase hour
Hour++;