Exemplo n.º 1
0
    public void resetAllData() {
      quitPressed = false;
      quit.col = c.white;
      nextButton.col = c.white;
      checkButton.col = c.white;
      isWordCorrect = false;

      wordIndex = 0;

      level1.resetAllData();
      level2.resetAllData();
      level3.resetAllData();
      score.resetAllData();
      tfs.resetAllData();
    }