예제 #1
0
        //Even though we updated the jets after we updated the Enemy,
        //we want to draw the jets below the Enemy, so we call _jets.draw() first.

        public override void draw()
        {
            _jets.draw();
            base.draw();
        }