Files
Quick-Cocos2dx-Community/quick/framework/platform/android.lua
u0u0 db03f8c295 Fork from Cocos2d-lua 3.3 final.
Add new Lua Binding for spSkeletonData.
Integrate win32 Player.
Add "exact_fit" mode for display
2015-09-07 20:03:29 +08:00

18 lines
351 B
Lua

if cc.bPlugin_ then
luaj = require("cocos.cocos2d.luaj")
else
luaj = require(cc.PACKAGE_NAME .. ".luaj")
end
function io.exists(path)
return cc.FileUtils:getInstance():isFileExist(path)
end
function io.readfile(path)
return cc.HelperFunc:getFileData(path)
end
function device.showAlertAndroid(title, message, buttonLabels, listener)
end