Ejemplo n.º 1
0
 public PaperDestroyed(World World, Color Color)
 {
     this.World = World;
     Animation  = GeneratedContent.Create_trash_explosion_Explosion(
         -(int)(Paper.SIZE * 0.8f)
         , -(int)(Paper.SIZE * 1)
         , 0
         , (int)(Paper.SIZE * 2.8f)
         , (int)(Paper.SIZE * 2.8f));
     Animation.ChangeColor(Color);
     duration = 200;
 }