Exemplo n.º 1
0
 public Sparks(Vector2f position)
 {
     Emitter = new ParticlesFire(position, new Vector2f(0.01f, 0.01f), 2, 50, 30);
 }
Exemplo n.º 2
0
 public Bang(Vector2f position)
 {
     Emitter = new ParticlesFire(position, new Vector2f(0.1f, 0.1f), 2, 100, 60);
 }