khaledosman / terasoft-12

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

class AllExperiments #356

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Add new class AllExperiments

variables:

private User user;
private ContentManager content;
private SpriteBatch spriteBatch;
private GraphicsDevice device;
private Texture2D backgroundTexture;
private int screenWidth;
private int screenHeight;
private Button experiment1Button;
private Button experiment2Button;
private Button experiment3Button;
private Texture2D One;
private Texture2D Two;
private Texture2D Three;
private float heightOffset;

Methods:

LoadContent()
Update(GameTime gameTime)
Draw(GameTime gameTime)

Original issue reported on code.google.com by q3a...@gmail.com on 25 May 2012 at 8:33

GoogleCodeExporter commented 9 years ago

Original comment by mk.cena92 on 25 May 2012 at 5:57