Added a pause-menu

This commit is contained in:
2025-04-30 14:21:48 +01:00
parent fa756dfa24
commit d1c3d2cbfb
5 changed files with 690 additions and 49 deletions

View File

@@ -40,10 +40,6 @@ public class CameraController : MonoBehaviour
{
Debug.LogError("Multiple instances of CameraController within Scene");
}
// Locks the cursor and makes it invisible
Cursor.lockState = CursorLockMode.Locked;
Cursor.visible = false;
}
// Update is called once per frame