Esempio n. 1
0
    void Start()
    {
        canvasAnimator = GetComponent <Animator>();

        settings.SetActive(false);
        SettingsScript.ApplySettings();
    }
Esempio n. 2
0
    void Start()
    {
        currentBarrel = barrelSize;
        timeLeft      = time;
        score         = 0;

        SettingsScript.ApplySettings();
        settings.SetActive(false);
    }