add time manager and day/night cycle

This commit is contained in:
2026-03-16 19:04:07 -05:00
parent d099a1a5a6
commit 87527b70f7
9 changed files with 334 additions and 0 deletions
+6
View File
@@ -47,6 +47,12 @@ void Update()
{
cameraController.RotateCam();
}
// TODO: Add actual save feature later, this is just for test
if (Input.GetKeyDown(KeyCode.I))
{
SaveSystem.Save();
}
}
ApplyGravity();