Added Goals page
This commit is contained in:
parent
c432760c06
commit
843ca90028
5 changed files with 2 additions and 1 deletions
Binary file not shown.
Binary file not shown.
|
@ -15,6 +15,7 @@ public class SceneLoader : MonoBehaviour {
|
||||||
public void LoadScene()
|
public void LoadScene()
|
||||||
{
|
{
|
||||||
string scenetext = buttontext.text;
|
string scenetext = buttontext.text;
|
||||||
|
Debug.Log (" " + scenetext);
|
||||||
|
|
||||||
switch (scenetext) {
|
switch (scenetext) {
|
||||||
case "Home":
|
case "Home":
|
||||||
|
|
Binary file not shown.
|
@ -1 +1 @@
|
||||||
m_EditorVersion: 2017.4.0f1
|
m_EditorVersion: 2017.3.1f1
|
||||||
|
|
Reference in a new issue