Gave an exit animation to windows
This commit is contained in:
@@ -45,7 +45,7 @@ namespace InterfaceOff
|
||||
Trivia = JsonUtility.FromJson<TriviaSet>(json);
|
||||
}
|
||||
|
||||
public override void OnWindowInstantiation()
|
||||
protected override void OnWindowInstantiation()
|
||||
{
|
||||
/* Fetches a random question and sets it as the title */
|
||||
TriviaQuestion question = Trivia.questions[Random.Range(0, Trivia.questions.Length)];
|
||||
|
||||
Reference in New Issue
Block a user