如何在我的游戏中删除黑屏

时间:2011-03-01 11:04:55

标签: iphone cocos2d-iphone

enter image description here

在下图中,有一个透明图像,但问题是我必须删除黑屏,但不是我删除了这个黑屏,我将图层不透明度设置为零,但没有得到输出。 ??

我能否删除那张黑色图片;

2 个答案:

答案 0 :(得分:2)

我们需要知道您是如何创建该图像的。

如果您正在使用并且UIImageView将背景颜色设置为透明。

答案 1 :(得分:0)

如果是UIView实例设置背景颜色以清除这样的颜色

[view setBackgroundColor:[UIColor clearColor]];