mirror of https://github.com/axmolengine/axmol.git
update js binding version info
This commit is contained in:
parent
18b7b533ce
commit
428db9c458
|
@ -39,7 +39,7 @@
|
|||
#include <assert.h>
|
||||
#include <memory>
|
||||
|
||||
#define ENGINE_VERSION "Cocos2d-JS v3.9 Beta"
|
||||
#define ENGINE_VERSION "Cocos2d-JS v3.9 Beta0"
|
||||
|
||||
void js_log(const char *format, ...);
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
|
||||
// CCConfig.js
|
||||
//
|
||||
cc.ENGINE_VERSION = "Cocos2d-JS v3.9 Beta";
|
||||
cc.ENGINE_VERSION = "Cocos2d-JS v3.9 Beta0";
|
||||
|
||||
cc.FIX_ARTIFACTS_BY_STRECHING_TEXEL = 0;
|
||||
cc.DIRECTOR_STATS_POSITION = {x: 0, y: 0};
|
||||
|
|
Loading…
Reference in New Issue