You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have old project and it use cocos2d iPhone. It works fine on iPhone 4S, 5S, 6, 6Plus and iPad 2. Also it works on iPad 3 and iPad Air but no images appear but buttons which uses CCLabelTTF work but label not appear. What it may be?
I have old project and it use cocos2d iPhone. It works fine on iPhone 4S, 5S, 6, 6Plus and iPad 2. Also it works on iPad 3 and iPad Air but no images appear but buttons which uses CCLabelTTF work but label not appear. What it may be?
CCMenuItem *newGameButton =
[CCMenuItemLabel itemWithLabel:[CCLabelTTF labelWithString:@"PLAY" fontName:@"Arial Rounded MT Bold" fontSize:30.0] target:self selector:@selector(newGameClicked:)];
And this label not appear only on iPad with retina display
The text was updated successfully, but these errors were encountered: