Added Goals page

This commit is contained in:
darrelmarek 2018-04-19 14:38:04 -05:00
parent c432760c06
commit 843ca90028
5 changed files with 2 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View file

@ -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":

View file

@ -1 +1 @@
m_EditorVersion: 2017.4.0f1 m_EditorVersion: 2017.3.1f1