Exemplo n.º 1
0
 private void Update()
 {
     if (_has_player != null && !_dint.OldActive() && Input.GetKeyDown(KeyCode.Space))
     {
         StartCoroutine(FadeIn());
     }
 }