LabelTest , changed stroke color to blue.

This commit is contained in:
James Chen 2014-03-24 17:05:24 +08:00
parent 6defa062a8
commit 99b65f0a7c
1 changed files with 1 additions and 1 deletions

View File

@ -1486,7 +1486,7 @@ TTFFontShadowAndStroke::TTFFontShadowAndStroke()
Color3B tintColorRed( 255, 0, 0 );
Color3B tintColorYellow( 255, 255, 0 );
Color3B tintColorBlue( 0, 0, 255 );
Color3B strokeColor( 0, 10, 255 );
Color3B strokeColor( 0, 0, 255 );
Color3B strokeShadowColor( 255, 0, 0 );
Size shadowOffset(12.0, 12.0);