Made menus much nicer to look at

Also added a changeable FOV
This commit is contained in:
2025-05-02 11:28:36 +01:00
parent cc701b5a00
commit 57c0acbab9
5 changed files with 3325 additions and 188 deletions

View File

@@ -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)
{