Exemplo n.º 1
0
 public void SetBoolds(int index, float x, float y, float xs, float ys)
 {
     if (index > drops.Length - 1)
     {
         return;
     }
     drops[index]        = new Blood.Drop();
     drops[index].x      = x;
     drops[index].y      = y;
     drops[index].xspeed = xs;
     drops[index].yspeed = ys;
 }
Exemplo n.º 2
0
 public void SetBoolds(int index, float x, float y, float xs, float ys)
 {
     if (index > drops.Length - 1)
     {
         return;
     }
     drops[index] = new Blood.Drop();
     drops[index].x = x;
     drops[index].y = y;
     drops[index].xspeed = xs;
     drops[index].yspeed = ys;
 }