Open SeiferTim opened 9 years ago
Draw order should definitely be covered - sorting by z, custom sorting functions. Very commonly asked question.
There's FlxInputText in flixel-ui, but it doesn't work that well.
States also needs to cover resetState.
scrollFactor isn't really specific to UI (parallax scrolling, your demo... ;))
scrollFactor probably belongs in camera?
Yeah.
FlxTilemap is incredibly hard to learn. people don't really think to look in the base class and demos don't cover many of the fundamental features. it's such a common feature for newcomers and not everyone learns from stepped tutorials and demos I think snippets should cover or at least mention:
I think I've come up with most of the Concepts that we need - there might be a few more to add (Nape?)
Here are some ideas for proofs and other topics to cover: