[js-tests] Update Particle test

This commit is contained in:
VisualSj 2015-08-13 15:18:42 +08:00
parent dd7e00403f
commit f9397f39f5
1 changed files with 1 additions and 1 deletions

View File

@ -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;