asjkfdl
This commit is contained in:
parent
2b51820510
commit
d48de56a1c
3 changed files with 2 additions and 2 deletions
Binary file not shown.
Binary file not shown.
|
@ -25,8 +25,8 @@ public class SceneLoader : MonoBehaviour {
|
|||
SceneManager.LoadScene ("Home");
|
||||
break;
|
||||
case "Run":
|
||||
if (!(SceneManager.GetActiveScene ().name == "StepCounter"))
|
||||
SceneManager.LoadScene ("StepCounter");
|
||||
if (!(SceneManager.GetActiveScene ().name == "Goals"))
|
||||
SceneManager.LoadScene ("Goals");
|
||||
break;
|
||||
case "Profile":
|
||||
if (!(SceneManager.GetActiveScene ().name == "Stats"))
|
||||
|
|
Reference in a new issue