Refactor #2860

By dumganhar Posted 2013-12-31 08:01

Now create_project.py will create a project in COCOS2DX_ROOT/projects/, and it can not be moved to other places. It is better to enable to create a new project in any directory.

Fixed at https://github.com/cocos2d/cocos2d-x/pull/4657
Support:
1) Create project in any folder, the created project doesn't depend on original cocos2d-x folder, it will copy all engine codes
2) UI support by using python ui.

!project-creator.png!

Back