Search code examples
cocos2d-xcocos2d-js

cocos2d-js updating project


To create a project with cocos2d-js the procedure is simple:

  • install cocos2d-js
  • run setup.py
  • create the project with cocos new

But is there a procedure to update a project to use the latest cocos2d-js?


Solution

  • 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.