mirror of https://github.com/axmolengine/axmol.git
Merge branch 'v3' of https://github.com/cocos2d/cocos2d-x into v3_armature_reader
This commit is contained in:
commit
7c34b06969
|
@ -1,6 +1,8 @@
|
|||
cocos2d-x-3.4 ??
|
||||
[NEW] UI:LoadingBar: add TextureResType to LoadingBar's create method
|
||||
cocos2d-x-3.4beta0 ??
|
||||
[NEW] Action: MoveTo and MoveBy support Vec3
|
||||
[NEW] Allocator: add custom allocator support, global, default, fixed block, object pool.
|
||||
[NEW] UI:LoadingBar: add TextureResType to LoadingBar's create method
|
||||
[NEW] Director: add setClearColor() to set clear values for the color buffers
|
||||
|
||||
[FIX] FileUtils: WebP format with alpha channel displayed wrong
|
||||
[FIX] Label: content size of Label is incorrect if the string is set to empty string
|
||||
|
|
|
@ -31,7 +31,7 @@ NS_CC_BEGIN
|
|||
|
||||
CC_DLL const char* cocos2dVersion()
|
||||
{
|
||||
return "cocos2d-x 3.3";
|
||||
return "cocos2d-x 3.4beta0";
|
||||
}
|
||||
|
||||
NS_CC_END
|
||||
|
|
Loading…
Reference in New Issue