This is an official runtime for loading scenes, created with Overlap2D Editor ( http://overlap2d.com/ ), and rendering them in HaxeFlixel framework.
Loading and rendering your scene is as easy as writing:
var sl:SceneLoader = new SceneLoader();
sl.loadScene("MainScene");
add(sl.getRoot());
Learn more by reading getting started guide from our wiki
##How to Contribute
The detailed specification of what runtime should do is in here
Please read before you contribute.