mirror of https://github.com/axmolengine/axmol.git
use fonts/fps_images.png
This commit is contained in:
parent
07c46bb445
commit
8203cf00ba
|
@ -95,7 +95,7 @@ void ParticleMainScene::initWithSubTest(int asubtest, int particles)
|
||||||
addChild(infoLabel, 1, kTagInfoLayer);
|
addChild(infoLabel, 1, kTagInfoLayer);
|
||||||
|
|
||||||
// particles on stage
|
// particles on stage
|
||||||
CCLabelAtlas *labelAtlas = CCLabelAtlas::labelWithString("0000", "Images/fps_images.png", 16, 24, '.');
|
CCLabelAtlas *labelAtlas = CCLabelAtlas::labelWithString("0000", "fonts/fps_images.png", 16, 24, '.');
|
||||||
addChild(labelAtlas, 0, kTagLabelAtlas);
|
addChild(labelAtlas, 0, kTagLabelAtlas);
|
||||||
labelAtlas->setPosition(ccp(s.width-66,50));
|
labelAtlas->setPosition(ccp(s.width-66,50));
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue