Resolve WES-192 "Fix progress screen"
This commit is contained in:
@@ -76,7 +76,7 @@ public class CourseActivityScreen : MonoBehaviour
|
||||
title.text = course.title;
|
||||
description.text = course.description;
|
||||
courseImage.sprite = course.thumbnail;
|
||||
//slider.value = progressValue;
|
||||
//progressBar.value = progressValue;
|
||||
|
||||
// Set progress
|
||||
PersistentDataController.GetInstance().Load();
|
||||
|
||||
@@ -38,7 +38,7 @@ public class CourseItem : MonoBehaviour
|
||||
public Button button;
|
||||
|
||||
/// <summary>
|
||||
/// Reference to the slider that displays the progress of the user
|
||||
/// Reference to the progressBar that displays the progress of the user
|
||||
/// </summary>
|
||||
public GameObject slider;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user