Hi all,
I'm using cocos2d version 0.7.3 for my project. I changed the alpha blending value to GL_ONE GL_ONE_MINUS_SCR_ALPHA, as used in cocos2d 0.8+
When I create the Label with string using new alpha blending values, all I get is a white square ( no text visible ). With default alpha blending from 0.7.3 Label is ok, but images are terrible ( thats why blending function changed I think ).
When I change the RGB color of label to black, text is visible, no square. When color is red,there is light semitransparent red box below the text.
Something is wrong with new blending function and labels. I also tried with Texture2D from 0.8.2, but result is the same - white square.
Any idea?
Thanks a lot!