mirror of https://github.com/axmolengine/axmol.git
Update engine version
This commit is contained in:
parent
b9a6e8c051
commit
15c763d84a
|
@ -31,7 +31,7 @@ NS_CC_BEGIN
|
||||||
|
|
||||||
CC_DLL const char* cocos2dVersion()
|
CC_DLL const char* cocos2dVersion()
|
||||||
{
|
{
|
||||||
return "cocos2d-x-3.7beta0";
|
return "cocos2d-x-3.7rc0";
|
||||||
}
|
}
|
||||||
|
|
||||||
NS_CC_END
|
NS_CC_END
|
||||||
|
|
|
@ -39,7 +39,7 @@
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <memory>
|
#include <memory>
|
||||||
|
|
||||||
#define ENGINE_VERSION "Cocos2d-JS v3.7 Beta0"
|
#define ENGINE_VERSION "Cocos2d-JS v3.7 RC0"
|
||||||
|
|
||||||
void js_log(const char *format, ...);
|
void js_log(const char *format, ...);
|
||||||
|
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
|
|
||||||
// CCConfig.js
|
// CCConfig.js
|
||||||
//
|
//
|
||||||
cc.ENGINE_VERSION = "Cocos2d-JS v3.7 Beta0";
|
cc.ENGINE_VERSION = "Cocos2d-JS v3.7 RC0";
|
||||||
|
|
||||||
cc.FIX_ARTIFACTS_BY_STRECHING_TEXEL = 0;
|
cc.FIX_ARTIFACTS_BY_STRECHING_TEXEL = 0;
|
||||||
cc.DIRECTOR_STATS_POSITION = {x: 0, y: 0};
|
cc.DIRECTOR_STATS_POSITION = {x: 0, y: 0};
|
||||||
|
|
2
web
2
web
|
@ -1 +1 @@
|
||||||
Subproject commit fec945a7000ff31a7c206ca2ca7fd13707a2570a
|
Subproject commit d70597b176ab4c11bf2dcbd1d18017436689dc85
|
Loading…
Reference in New Issue