Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Automatically exported from code.google.com/p/asmprofiler

License

drorhilmen/asmprofiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

asmprofiler

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

Automatically exported from code.google.com/p/asmprofiler

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages