package flixel.addons.weapon
FlxBullet | @link http://www.photonstorm.com * @link http://www.haxeflixel.com * @author Richard Davey / Photon Storm * @author Touch added by Impaler / Beeblerox |
FlxWeapon | A Weapon can only fire 1 type of bullet. But it can fire many of them at once (in different directions if needed) via createBulletPattern * A Player could fire multiple Weapons at the same time however, if you need to layer them up * * @version 1.3 - October 9th 2011 * @link http://www.photonstorm.com * @link http://www.haxeflixel.com * @author Richard Davey / Photon Storm * @author Touch added by Impaler / Beeblerox * * TODO: Angled bullets * TODO: Baked Rotation support for angled bullets * TODO: Bullet death styles (particle effects) * TODO: Bullet trails - blur FX style and Missile Command "draw lines" style? (could be another FX plugin) * TODO: Homing Missiles * TODO: Bullet uses random sprite from sprite sheet (for rainbow style bullets), or cycles through them in sequence? * TODO: Some Weapon base classes like shotgun, lazer, etc? |