Exemplo n.º 1
0
    public void destroyedBreakableBlock()
    {
        breakableBlocks--;
        scoreText.UpdateScore();

        LevelClear();
    }
Exemplo n.º 2
0
    public void DestoryedBreakableBlock()
    {
        breakableBlocks--;
        scoreText.UpdateScore();

        if (breakableBlocks <= 0)
        {
            LevelClear();
        }
    }