2016年9月29日 星期四 恐龍樂園2
1 PH.combine() 只是過濾拼接
2 PATH_STORE_APP app路徑
3 CCFileUtils 類
4 由于骨骼xml 文件 x4使用的是x2的,刪除x4骨骼配置文件可以省去很資源硫兰。
function DragonBone.addFile(filePath)
-- 格式化png, plist, xml路徑
local imagePath = string.format("%s.png", filePath)
local plistPath = string.format("%s.plist", filePath)
local configFilePath = string.format("res/img/x2/%s.xml", filePath)
-- 骨架數(shù)據(jù)管理對(duì)象
local armatureDataManager = CCArmatureDataManager:sharedArmatureDataManager()
-- 添加骨架文件信息
armatureDataManager:addArmatureFileInfo(imagePath, plistPath, configFilePath)
end
5 gamebase:getAllSearchPathes()是騙子击费?
6 CCClippingNode
local mask = D.img("lloading/mask.png")
local clip = CCClippingNode:create()
clip:setStencil(mask)
clip:setAlphaThreshold(.5)
clip:setAnchorPoint(ccp(0,0))
self:addChild(clip)
CCNodeExtend.extend(clip)
local node = D.img("node.png"):to(clip)
:cycle({
{"moveby", 1, ccp(500, 0)},
{"moveby", 1, ccp(- 500, 0)},
})