Beispiel #1
0
 public CharObject Init(char c, WordScramble ws)
 {
     character = c;
     scramble  = ws;
     text.text = c.ToString();
     gameObject.SetActive(true);
     return(this);
 }
    private void Awake()
    {
        Instance = this;
        vocabField.SetActive(false);
        manaFromScore = 1;

        //words = new Word[20];
        //CreateWordFromDB();
    }
Beispiel #3
0
 void Awake()
 {
     main = this;
 }
Beispiel #4
0
 private void Awake()
 {
     scramble = GetComponent <WordScramble>();
     scramble.onWordComplete += OnFinishWord;
 }
Beispiel #5
0
 private void Awake()
 {
     main = this;
 }