diff --git a/MoCha/Assets/Materials/New Material.mat b/MoCha/Assets/Materials/New Material.mat index fade490..6a2b26d 100644 Binary files a/MoCha/Assets/Materials/New Material.mat and b/MoCha/Assets/Materials/New Material.mat differ diff --git a/MoCha/Assets/Scenes/Credits.unity b/MoCha/Assets/Scenes/Credits.unity index 290be87..5945b03 100644 Binary files a/MoCha/Assets/Scenes/Credits.unity and b/MoCha/Assets/Scenes/Credits.unity differ diff --git a/MoCha/Assets/Scenes/Home.unity b/MoCha/Assets/Scenes/Home.unity index 7d08eee..0e132cf 100644 Binary files a/MoCha/Assets/Scenes/Home.unity and b/MoCha/Assets/Scenes/Home.unity differ diff --git a/MoCha/Assets/Scenes/Leaderboard.unity b/MoCha/Assets/Scenes/Leaderboard.unity index c1830d1..1d962b2 100644 Binary files a/MoCha/Assets/Scenes/Leaderboard.unity and b/MoCha/Assets/Scenes/Leaderboard.unity differ diff --git a/MoCha/Assets/Scenes/Stats.unity b/MoCha/Assets/Scenes/Stats.unity index fad3fc1..a36d882 100644 Binary files a/MoCha/Assets/Scenes/Stats.unity and b/MoCha/Assets/Scenes/Stats.unity differ diff --git a/MoCha/Assets/Scripts/GetData.cs b/MoCha/Assets/Scripts/GetData.cs index f0b58a2..6907aba 100644 --- a/MoCha/Assets/Scripts/GetData.cs +++ b/MoCha/Assets/Scripts/GetData.cs @@ -6,24 +6,49 @@ public class GetData : MonoBehaviour { public Button thisbutton; public Text objectText; + public Text username; + public Text score; - public string request = "http://corder.tech/mocha/users/*"; + public bool displayseparated = true; + + public string request = "http://corder.tech/mocha/users/5"; void Start() { thisbutton = GetComponent