Skip to content
Snippets Groups Projects
Commit c5fd8097 authored by Rozan Fadhil Al Hafidz's avatar Rozan Fadhil Al Hafidz
Browse files
parents ce0a9a9f 25fa6011
No related merge requests found
......@@ -1265,6 +1265,7 @@ PlayableDirector:
- c6b3aac9e1c4d7e4aa8f8a73e9dd140c: {fileID: 76293339}
- e7fc0c23e029c09499bd955b51d06b8f: {fileID: 76293339}
- 84e06458a84e21845a2992ab99543151: {fileID: 76293339}
- ede7574d65c549a4ba169360647ebd62: {fileID: 140295793}
--- !u!4 &1285426476
Transform:
m_ObjectHideFlags: 0
......
......@@ -7,6 +7,8 @@ public class RetryGameManager : MonoBehaviour
{
void Start()
{
Cursor.visible = true;
Cursor.lockState = CursorLockMode.None;
Debug.Log("Started Retry Manager");
}
// Start is called before the first frame update
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment