Exemplo n.º 1
0
    public void ActivateDice()
    {
        uiController.HideFinishScreen();
        DiceController.AllowToRoll(true);
        DiceController.Enable(true);
        InputManager.UnblockInput();
        InputManager.UnblockDiceRole();
        uiController.EnableDiceButton(true); // Debug

        Raven.Idle(null);

        if (IsDeviceOnWhiteList())
        {
            environmentController.StartMole();
            environmentController.StartBee();
            environmentController.StartPollen();
        }

        if (!tutorial)
        {
            showPointerAtColorWheelTutorial = true;
            //StartCoroutine(DoFunctionWithDelay(ShowPointerAtColorWheel, 5.0f));
        }
    }
Exemplo n.º 2
0
 public void AfterRavenStartUp()
 {
     uiController.ShowLogo();
     ravenController.Idle(null);
 }