Based on the original Fall demo by SeiferTim, updated for the latest HaxeFlixel release.
Fall is a demonstration of a variety of effects and methods, such as:
- Procedural content generation
- Use of FlxTypedGroup
- Large numbers of objects on-screen simultaneously
- Basic physics
- FlxGradient use
Changes from the original:
- Use of FlxGradient to generate background image
- Use of FlxTypedGroups
- Use of FlxRandom
- Widescreen resolution
- More efficient collision code