Ejemplo n.º 1
0
    public static void createWall()
    {
        if (currentLevel < 4)
        {
            WallScript.createMovingWall(16.5f);
        }
        else if (currentLevel < 6)
        {
            WallScript.createMovingWall(8.25f);
        }

        //advanceLevel ();
    }