add setXXTEAKeyAndSign

This commit is contained in:
chuanweizhang2013 2014-07-04 13:40:49 +08:00
parent e32eadc364
commit 04a9b5c2c6
2 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,7 @@ bool AppDelegate::applicationDidFinishLaunching()
auto engine = LuaEngine::getInstance();
ScriptEngineManager::getInstance()->setScriptEngine(engine);
LuaStack* stack = pEngine->getLuaStack();
LuaStack* stack = engine->getLuaStack();
stack->setXXTEAKeyAndSign("2dxLua", strlen("2dxLua"), "XXTEA", strlen("XXTEA"));
//register custom function

View File

@ -1,5 +1,5 @@
{
"version":"v3-lua-runtime-1.1.3",
"version":"v3-lua-runtime-1.2",
"zip_file_size":"21522933",
"repo_name":"cocos-runtime-bin",
"repo_parent":"https://github.com/chukong/"