Global Camera Movement (#80)

* Global Camera: move Spaceball to new system

* Global Camera: holy shit I'm done already?????
This commit is contained in:
minenice55
2022-05-16 01:29:39 -04:00
committed by GitHub
parent c46f653612
commit 545eb752cd
4 changed files with 168 additions and 6 deletions

View File

@ -444,7 +444,7 @@ namespace HeavenStudio
public void ResetCamera()
{
GameCamera.transform.localPosition = new Vector3(0, 0, -10);
HeavenStudio.GameCamera.ResetAdditionalTransforms();
}
}
}