-- 设置背景层居中
-- 获取屏幕的宽度
local tsceneWidth = LG.CCDirector:sharedDirector():getVisibleSize().width
objFightSceneBottomUI.PageBackGroud:setAnchorPoint(Global_CCPointMake(0.5,0))
objFightSceneBottomUI.PageBackGroud:setPosition(Global_CCPointMake(tsceneWidth/2,0))
感谢分享