Beispiel #1
0
 public Win(GraphicsDevice pGraphicsDevice)
 {
     alpha         = 1f;
     myStarManager = new ParticleManager(new Vector2(pGraphicsDevice.Viewport.Width / 2, pGraphicsDevice.Viewport.Height / 2));
 }