Skip to content

UnderwaterApps/overlap2d-runtime-haxeflixel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

overlap2d-runtime-haxeflixel

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages