add time based street light, fix directional room entrance

This commit is contained in:
2026-03-17 23:12:13 -05:00
parent 87527b70f7
commit 069cfdd953
7 changed files with 51 additions and 12 deletions
+1
View File
@@ -7,6 +7,7 @@ public class TimeManager : MonoBehaviour
private const int MINUTES_PER_HOUR = 60;
public const int SECONDS_PER_MINUTE = 2;
[SerializeField]
private int currentHour = 12;
private int currentMinute = 0;
private float currentSecond = 0;