Resolve WES-166 "Activity endscene"
This commit is contained in:
committed by
Louis Adriaens
parent
1e09f09dae
commit
9b88537d70
@@ -64,7 +64,7 @@ public class UserProgressScreen : MonoBehaviour
|
||||
public void DisplayCourses()
|
||||
{
|
||||
coursesPanel.SetActive(true);
|
||||
coursesTabButton.color = Color.blue;
|
||||
coursesTabButton.color = new Color(66 / 255f, 158 / 255f, 189 / 255f, 1f);
|
||||
minigamesPanel.SetActive(false);
|
||||
minigamesTabButton.color = Color.gray;
|
||||
}
|
||||
@@ -77,6 +77,6 @@ public class UserProgressScreen : MonoBehaviour
|
||||
coursesPanel.SetActive(false);
|
||||
coursesTabButton.color = Color.gray;
|
||||
minigamesPanel.SetActive(true);
|
||||
minigamesTabButton.color = Color.blue;
|
||||
minigamesTabButton.color = new Color(66 / 255f, 158 / 255f, 189 / 255f, 1f);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user