Implement demo day changes - DO NOT MERGE
This commit is contained in:
@@ -384,8 +384,9 @@ public class HangmanController : AbstractFeedback
|
||||
// Then get a random index for a word to pull
|
||||
|
||||
// First get random index for the themes
|
||||
int amountThemes = themeList.themes.Count;
|
||||
int themeIndex = Random.Range(0, amountThemes);
|
||||
//int amountThemes = themeList.themes.Count;
|
||||
//int themeIndex = Random.Range(0, amountThemes);
|
||||
int themeIndex = 0; // Geography theme
|
||||
|
||||
// Check how many words are in this theme
|
||||
int amountWords = themeList.themes[themeIndex].learnables.Count;
|
||||
|
||||
Reference in New Issue
Block a user