Beispiel #1
0
        public override void Destroy()
        {
            frbCursor.Destroy();
            frbClimber.Destroy();
            frbGrip1.Destroy();
            frbGrip2.Destroy();
            frbGrip3.Destroy();
            frbGrip4.Destroy();
            frbGrip5.Destroy();
            frbGrip6.Destroy();
            frbGrip7.Destroy();
            frbGrip8.Destroy();
            frbGrip9.Destroy();
            frbGrip10.Destroy();
            frbGrip11.Destroy();
            frbGrip12.Destroy();
            frbGrip13.Destroy();
            frbGrip14.Destroy();
            frbGrip15.Destroy();
            frbLGripButton.Destroy();
            // frbLSwingButton.Destroy();
            // frbPullUpButton.Destroy();
            frbRGripButton.Destroy();
            // frbRSwingButton.Destroy();
            // frbTouchPoint1.Destroy();
            // frbTouchPoint2.Destroy();
            // frbTouchPoint3.Destroy();
            // frbTouchPoint4.Destroy();
            ShapeManager.Remove(exertionMeter);
            SpriteManager.RemovePositionedObject(exertionMeter);
            Strength.RemoveSelfFromListsBelongingTo();
            okText.RemoveSelfFromListsBelongingTo();
            timer.RemoveSelfFromListsBelongingTo();
            frbTut.Destroy();
            frbCheckpoint1.Destroy();


            // base.Destroy();

            MoveToScreen(typeof(KamiClimber.Screens.GameOverScreen).FullName);
        }