Ejemplo n.º 1
0
    void Start()
    {
        instance = this;

        score      = 0;
        multiplier = 1;

        largeValue  = 30;
        mediumValue = 20;
        smallValue  = 10;
        highValue   = 3;
        normalValue = 2;
        lowValue    = 1;

        scoreText.text = "Score: " + score.ToString();

        multiTime = 0.0f;
    }
Ejemplo n.º 2
0
    void Start()
    {
        instance = this;

        score = 0;
        multiplier = 1;

        largeValue = 30;
        mediumValue = 20;
        smallValue = 10;
        highValue = 3;
        normalValue = 2;
        lowValue = 1;

        scoreText.text = "Score: " + score.ToString();

        multiTime = 0.0f;
    }