Added model from A - Z
This commit is contained in:
committed by
Louis Adriaens
parent
f9298a055a
commit
6ef35cabd4
@@ -227,6 +227,7 @@ public partial class GameController : MonoBehaviour
|
||||
int seconds = Mathf.FloorToInt(timerValue % 60.0f);
|
||||
|
||||
timerText.text = string.Format("{0:00}:{1:00}", minutes, seconds);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -402,9 +403,9 @@ public partial class GameController : MonoBehaviour
|
||||
if (wordIndex < words.Count)
|
||||
{
|
||||
currentWord = words[wordIndex].name;
|
||||
DisplayWord(currentWord);
|
||||
|
||||
letterIndex = 0;
|
||||
|
||||
DisplayWord(currentWord);
|
||||
wordIndex++;
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user