khaledosman / terasoft-12

Automatically exported from code.google.com/p/terasoft-12
0 stars 0 forks source link

add new variables in class InstructionsScreen3 #272

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
        SpriteBatch spriteBatch;
        GraphicsDevice graphics;
        int screenWidth;
        int screenHeight;
        ContentManager content;
        string header;
        private string title1;
        private string title2;
        private string text1;
        private string green;
        private string white;
        private string red;
        private string crossed
        private Texture2D myTexture;
        private Rectangle rect;
        private Button button;
        private float scale;
        SpriteFont font1;
        SpriteFont font2;
        SpriteFont font3;

Original issue reported on code.google.com by khaled.osmaan on 24 May 2012 at 12:34

GoogleCodeExporter commented 9 years ago

Original comment by mk.cena92 on 24 May 2012 at 7:34