Example #1
0
 public void LaunchFeathers(float x, float y, int amount)
 {
     _feathers.X = x;
     _feathers.Y = y;
     _feathers.Start(true, 0, amount);
     FlxG.Log.Info("LaunchFeathers");
 }