Merge branch 'master' into alex
This commit is contained in:
commit
586fb2ea8c
9 changed files with 40 additions and 16 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -33,3 +33,4 @@
|
||||||
**/UnityPackageManager/
|
**/UnityPackageManager/
|
||||||
MoCha/Assets/Plugins/Android.meta
|
MoCha/Assets/Plugins/Android.meta
|
||||||
MoCha/ProjectSettings/ProjectVersion.txt
|
MoCha/ProjectSettings/ProjectVersion.txt
|
||||||
|
MoCha/Assets/Plugins.meta
|
||||||
|
|
|
@ -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:
|
|
BIN
MoCha/Assets/Scenes/Goals.unity
Normal file
BIN
MoCha/Assets/Scenes/Goals.unity
Normal file
Binary file not shown.
9
MoCha/Assets/Scenes/Goals.unity.meta
Normal file
9
MoCha/Assets/Scenes/Goals.unity.meta
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 4b0ca444941a84684a96bbf0c34cadf5
|
||||||
|
timeCreated: 1524164968
|
||||||
|
licenseType: Free
|
||||||
|
DefaultImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
Binary file not shown.
16
MoCha/Assets/Scripts/Goals.cs
Normal file
16
MoCha/Assets/Scripts/Goals.cs
Normal 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 () {
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
13
MoCha/Assets/Scripts/Goals.cs.meta
Normal file
13
MoCha/Assets/Scripts/Goals.cs.meta
Normal 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:
|
|
@ -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.
Reference in a new issue