Implement demo day changes - DO NOT MERGE

This commit is contained in:
Dries Van Schuylenbergh
2023-04-17 22:15:26 +02:00
parent 5b4a3ec4e7
commit 2ba62e316f
31 changed files with 1140 additions and 1398 deletions

View File

@@ -187,7 +187,7 @@ public class PanelMultipleChoice : MonoBehaviour
private IEnumerator GoToNextScreen()
{
// Wait for 5 seconds
yield return new WaitForSeconds(3.0f);
yield return new WaitForSeconds(1.5f);
courseController.NextSign();
}