标签:ESS ram dial tag height this ogre filename mem
let background = new cc.Sprite(fileName_background);
this.addChild(background,999999);
background.setPosition(frameMid);
let innerSprite = new cc.Sprite(fileName_innerSprite);
let progressTimer = new cc.ProgressTimer(innerSprite);
background.addChild(progressTimer);
progressTimer.setPosition(background.width/2,background.height/2);
progressTimer.setType(cc.ProgressTimer.TYPE_RADIAL);
progressTimer.setPercentage(66);
标签:ESS ram dial tag height this ogre filename mem
原文地址:https://www.cnblogs.com/guomengkai/p/11519587.html