khaledosman / terasoft-12

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

Statistics Screen Screen #366

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
-Statistics Screen is in Folder Exp2.
-These are the Instance variables in Statistics Screen
        private User2 user;
        private float optimalVelocity;
        private float optimalAngle;
        private Simulation userSimulation;
        private Simulation optimalSimulation;
        private Rectangle leftSimulationPosition;
        private Rectangle rightSimulationPosition;
        private Rectangle centerSimulationPosition;
        private Rectangle currentUserSimulationPosition;
        private Vector2 mainMenuButtonPosition;
        private Vector2 retryButtonPosition;
        private Vector2 newGameButtonPosition;
        private Vector2 seeResultsButtonPosition;
        private bool correctAnswer;
        private bool solutionVisible;
        private Vector2 predatorPosition;
        private Rect preyPosition;
        private Rect aquariumPosition;
        private Button mainMenu;
        private Button retry;
        private Button solution;
        private Button newGame;
        private Texture2D background;

Methods:

public override void Initialize()
public override void LoadContent()
public override void Draw(GameTime gameTime)
public override void Update(GameTime gametime)

Original issue reported on code.google.com by mohamedra2fat on 25 May 2012 at 5:19

GoogleCodeExporter commented 9 years ago

Original comment by mk.cena92 on 25 May 2012 at 6:23