add time manager and day/night cycle
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user