Showing
1 changed file
with
2 additions
and
0 deletions
... | @@ -43,11 +43,13 @@ public class Title : MonoBehaviour | ... | @@ -43,11 +43,13 @@ public class Title : MonoBehaviour |
43 | 43 | ||
44 | } | 44 | } |
45 | 45 | ||
46 | + /* | ||
46 | Debug.Log("1"); | 47 | Debug.Log("1"); |
47 | if (Input.GetMouseButtonDown(0)) | 48 | if (Input.GetMouseButtonDown(0)) |
48 | { | 49 | { |
49 | Debug.Log("2"); | 50 | Debug.Log("2"); |
50 | SceneManager.LoadScene(SceneToLoad); | 51 | SceneManager.LoadScene(SceneToLoad); |
51 | } | 52 | } |
53 | + */ | ||
52 | } | 54 | } |
53 | } | 55 | } | ... | ... |
-
Please register or login to post a comment