mirror of https://github.com/axmolengine/axmol.git
add setXXTEAKeyAndSign
This commit is contained in:
parent
e32eadc364
commit
04a9b5c2c6
|
@ -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
|
||||
|
|
|
@ -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/"
|
||||
|
|
Loading…
Reference in New Issue