Coyote
Coyote

Reputation: 2524

cocos2d-js updating project

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

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

Upvotes: 2

Views: 284

Answers (2)

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

Related Questions