static internal void Update(GameTime gt)
        {
            texTimer.Tick(gt);

            if (texTimer.IsDone())
            {
                texTimer.SetStepTimer(120, 0);
                texTimer.Start();
                bBuildUp = !bBuildUp;
            }
        }