Ejemplo n.º 1
0
    void Start()
    {
        for (int i = 0; i < highscoreFields.Length; i++)
        {
            highscoreFields[i].text = i + 1 + ". Fetching...";
        }

        highscoresManager = GetComponent <blackHighscores>();
        StartCoroutine("RefreshHighscores");
    }
Ejemplo n.º 2
0
 void Awake()
 {
     highscoreDisplay = GetComponent <blackDisplayHighscores>();
     instance         = this;
 }