updated cameras + end episode threshold

This commit is contained in:
2024-05-27 15:39:47 +01:00
parent 8c05d9df02
commit bfa4c7ec63
8 changed files with 302 additions and 114 deletions

View File

@@ -69,7 +69,6 @@ public class SubtitleManager : MonoBehaviour
private IEnumerator ClearText(float waitTime, bool earlyStop)
{
var offset = (waitTime - m_TimeElapsed) * Random.Range(0.6f, 0.95f);
Debug.Log($"{offset}");
if (offset > 12.5)
{