We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d45c87 commit 61b2084Copy full SHA for 61b2084
cocos2d-ui-tests/tests/CCEffectsTest.m
@@ -713,7 +713,7 @@ -(void)setupEffectNodeAnchorTest
713
714
-(void)setupEffectNodeSizeTypeTest
715
{
716
- self.subTitle = @"Effect Node Size Type Test\nSmall red and big blue transparent quads.\nRed bar on left. Green bar on bottom.";
+ self.subTitle = @"Effect Node Size Type Test\nSmall red and big blue transparent quads centered on screen.\nRed bar on left. Green bar on bottom.";
717
718
CCSprite *background = [CCSprite spriteWithImageNamed:@"Images/gridBackground.png"];
719
background.positionType = CCPositionTypeNormalized;
0 commit comments