void Update()
 {
     if (isCurrentlySelected && Input.anyKeyDown)
     {
         menuScreen.TransitionIn();
     }
 }
Exemplo n.º 2
0
 public void OnButtonStartSelect()
 {
     gameModeSelectionScreen.TransitionIn();
 }