Пример #1
0
 // Start is called before the first frame update
 void Start()
 {
     AcornPanelHead.SetActive(false);
     AcornPanelLeft.SetActive(false);
     rodentKO.SetActive(false);
     roots2.SetActive(false);
 }
Пример #2
0
 // Start is called before the first frame update
 void Start()
 {
     AcornPanel.SetActive(true);
     AcornPanelHead.SetActive(false);
     AcornPanelLeft.SetActive(false);
     AcornPanelRight.SetActive(false);
     AcornPanelLegs.SetActive(false);
 }
Пример #3
0
    /*
     * what happens to acorn panel
     *
     *  This is commented out for now, middle panel has acorn
     *
     * public void AcornPanelAction()
     * {
     *  AcornPanel.SetActive(true);
     *
     *  Time.timeScale = 0;
     * }
     */
    public void AcornPanelHeadAction()
    {
        AcornPanelHead.SetActive(true);

        Time.timeScale = 0;
    }
Пример #4
0
    public void LightOnFire()
    {
        AcornPanelHead.SetActive(true);

        Time.timeScale = 0;
    }