mirror of https://github.com/axmolengine/axmol.git
[js-tests] Update Particle test
This commit is contained in:
parent
dd7e00403f
commit
f9397f39f5
|
@ -295,7 +295,7 @@ var ParticleDemo = BaseTestLayer.extend({
|
|||
|
||||
this.addChild(menu, 100);
|
||||
//TODO
|
||||
var labelAtlas = new cc.LabelAtlas("0123456789", s_fpsImages, 16, 24, '.');
|
||||
var labelAtlas = new cc.LabelAtlas("0123456789", s_fpsImages, 12, 32, '.');
|
||||
this.addChild(labelAtlas, 100, TAG_LABEL_ATLAS);
|
||||
labelAtlas.x = s.width - 66;
|
||||
labelAtlas.y = 50;
|
||||
|
|
Loading…
Reference in New Issue