Beispiel #1
0
 void Start()
 {
     fade = gameObject.AddComponent <Fade>();
     fade.AlphaSet(titleImg, 1.0f);
     ingame = false;
 }