ssafty / terasoft-12

Educational Kinect Game using C# and XNA
https://www.youtube.com/watch?v=sl8d_kQj3c0
0 stars 0 forks source link

edit Simulation class #328

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Relations
add Simulation uses BallAnimation
add Simulation displays Environment3
remove Simulation animates Ball

change it to

GraphicsDevice device
SpriteBatch spriteBatch
Ball ball
Environment3 environment
Vector3 shootPosition
SpriteFont font
Texture2D box
BallAnimation animation1
BallAnimation animation2
bool secondAnimationStarted
ChaseCamera Camera
String velocity1
String velocity2

void Update(GameTime gameTime)
void Draw()
void Display(string text, Vector2 position, Color color, bool flicker)

Original issue reported on code.google.com by bishoyba...@gmail.com on 24 May 2012 at 10:44

GoogleCodeExporter commented 9 years ago

Original comment by mk.cena92 on 25 May 2012 at 4:15