mirror of
https://github.com/PashaBibko/The-Mobius-Line.git
synced 2026-04-04 01:49:07 +00:00
Made menus much nicer to look at
Also added a changeable FOV
This commit is contained in:
@@ -28,6 +28,8 @@ public class CameraController : MonoBehaviour
|
||||
// Start is called before the first frame update
|
||||
void Start()
|
||||
{
|
||||
gameObject.GetComponent<Camera>().fieldOfView = MainMenu.fov;
|
||||
|
||||
// Checks it is the only instance
|
||||
if (s_Instance == null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user