Reputation: 2524
To create a project with cocos2d-js the procedure is simple:
setup.py
cocos new
But is there a procedure to update a project to use the latest cocos2d-js?
Upvotes: 2
Views: 284
Reputation: 2475
You could replace the contents of the frameworks
folder in your project by hand with the latest sources.
If you use Cocos Code IDE, it can automatically update projects for you.
Upvotes: 2
Reputation: 56
You can refer to the upgrade guide: http://www.cocos2d-x.org/docs/manual/framework/html5/release-notes/v3.0rc0/upgrade-guide/en
Upvotes: 0