Merge branch 'master' into alex

This commit is contained in:
shadow8t4 2018-04-19 19:04:14 -05:00
commit 586fb2ea8c
9 changed files with 40 additions and 16 deletions

1
.gitignore vendored
View file

@ -33,3 +33,4 @@
**/UnityPackageManager/
MoCha/Assets/Plugins/Android.meta
MoCha/ProjectSettings/ProjectVersion.txt
MoCha/Assets/Plugins.meta

View file

@ -1,16 +0,0 @@
fileFormatVersion: 2
<<<<<<< HEAD
guid: c0d1cd17861ddfa469b8a67ce9249897
folderAsset: yes
timeCreated: 1523557753
=======
guid: eba9d66c763b541cfbbd65c831b9bdd0
folderAsset: yes
timeCreated: 1523992298
>>>>>>> darrel
licenseType: Free
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

View file

@ -0,0 +1,9 @@
fileFormatVersion: 2
guid: 4b0ca444941a84684a96bbf0c34cadf5
timeCreated: 1524164968
licenseType: Free
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

View file

@ -0,0 +1,16 @@
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class Goals : MonoBehaviour {
// Use this for initialization
void Start () {
}
// Update is called once per frame
void Update () {
}
}

View file

@ -0,0 +1,13 @@
fileFormatVersion: 2
guid: 5f138b644c262457385474b2256308a7
timeCreated: 1524165858
licenseType: Free
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:

View file

@ -15,6 +15,7 @@ public class SceneLoader : MonoBehaviour {
public void LoadScene()
{
string scenetext = buttontext.text;
Debug.Log (" " + scenetext);
switch (scenetext) {
case "Home":