leda
leda
### Discuss https://discuss.cocos2d-x.org/t/creator-custom-class-integration-like-cocos-studio-c/42471 this feature is put forward and doing by @pabitrapadhy ### Example Repo https://github.com/pabitrapadhy/CocosCreatorCppDemo ### Introduce from Discuss > Earlier, I have been programming cocos2dx games using Cocos...
Demand from developers, record > For example, we dragged 5 pictures to the editor! Create an automatic atlas configuration in this folder, look at the package directory, only see a...
For example, we usually set ResolutionSize in `AppDelegate.cpp` ```C++ // Set the design resolution glview->setDesignResolutionSize(designResolutionSize.width, designResolutionSize.height, ResolutionPolicy::FIXED_HEIGHT); ``` but in the creator `CreatorReader::setup()`, it may set ```C++ else if (fitWidth)...
When user reads English docs the `getting_started` page of every chapter. such as, click "中文" Button on [http://cocos2d-x.org/docs/en/basic_concepts/getting_started.html](http://cocos2d-x.org/docs/en/basic_concepts/getting_started.html)
firstly, we can read https://github.com/cocos2d/cocos2d-x/issues/18717 to know background