김다솜

final follow 위치 수정 및 화면 전환

......@@ -454,7 +454,7 @@ RectTransform:
m_LocalScale: {x: 1, y: 1, z: 200}
m_Children: []
m_Father: {fileID: 571036441}
m_RootOrder: 2
m_RootOrder: 3
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0.5, y: 0.5}
m_AnchorMax: {x: 0.5, y: 0.5}
......@@ -845,8 +845,8 @@ RectTransform:
m_Children:
- {fileID: 75648109}
- {fileID: 551735912}
- {fileID: 340360182}
- {fileID: 751222031}
- {fileID: 340360182}
m_Father: {fileID: 0}
m_RootOrder: 2
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
......@@ -979,7 +979,7 @@ RectTransform:
m_LocalScale: {x: 1, y: 1, z: 1}
m_Children: []
m_Father: {fileID: 571036441}
m_RootOrder: 3
m_RootOrder: 2
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0.5, y: 0.5}
m_AnchorMax: {x: 0.5, y: 0.5}
......@@ -1247,6 +1247,7 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 3af9c1c60f4b821408457bded93ec384, type: 3}
m_Name:
m_EditorClassIdentifier:
SceneToLoad:
--- !u!4 &1816730612
Transform:
m_ObjectHideFlags: 0
......
......@@ -38,7 +38,7 @@ public class Final : MonoBehaviour
if (timer1 > 2.5)
{
Debug.Log("Clicked");
SceneManager.LoadScene(SceneToLoad);
SceneManager.LoadScene("Start");
}
}
......@@ -51,7 +51,7 @@ public class Final : MonoBehaviour
if (timer2 > 2.5)
{
Debug.Log("Clicked");
SceneManager.LoadScene(SceneToLoad);
SceneManager.LoadScene("Intro");
}
}
......
......@@ -16,7 +16,7 @@ public class Result : MonoBehaviour
{
timer = 0;
num = Move.traineecnt;
NumOfGreat.text = "";
Debug.Log(num);
}
// Update is called once per frame
......