Update for intro and fixed camera not being fully centered

This commit is contained in:
kidagine
2022-05-04 18:11:32 +02:00
parent 77bacd50f6
commit e9e8f1b9df
10 changed files with 1838 additions and 14 deletions
@@ -29,9 +29,9 @@ public class PlayerDialogue : MonoBehaviour
yield return new WaitForSeconds(0.05f);
_dialogueText.text += sentence[i];
}
yield return new WaitForSeconds(1.0f);
yield return new WaitForSeconds(1.5f);
transform.GetChild(0).gameObject.SetActive(false);
yield return new WaitForSeconds(0.3f);
yield return new WaitForSeconds(0.35f);
if (_otherPlayerDialogue != null)
{
_otherPlayerDialogue.PlayDialogue();