mirror of https://github.com/axmolengine/axmol.git
LabelTest , changed stroke color to blue.
This commit is contained in:
parent
6defa062a8
commit
99b65f0a7c
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue