Ejemplo n.º 1
0
 public GameView(Texture2D texture, Vector2 position)
 {
     explosion = texture;
     explosionHandler = new ExplosionHandler(position);
 }
Ejemplo n.º 2
0
 public GameView(Texture2D texture, Vector2 position)
 {
     explosion        = texture;
     explosionHandler = new ExplosionHandler(position);
 }