Merge pull request #13356 from VisualSJ/v3-updateIndex

[ci skip] Update js-test
This commit is contained in:
pandamicro 2015-08-17 10:18:59 +08:00
commit 6d7c05f0b7
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;