cocos2d iphone问题中的PNG透明度

发布于 2024-12-20 01:58:33 字数 398 浏览 1 评论 0原文

我刚刚开始在 iPhone 上进行 cocos2d 开发。我遇到的一个问题是,当我将 CCSprite 添加到场景中时,它在 .png 文件的边缘周围不是透明的,而是显示为白色。

例如,我在头文件中定义了 CCSprite -

 CCSprite *foo;

然后当我初始化场景时 -

  foo = [CCSprite spriteWithFile:@"foo.png"];

  [self addChild:player z:0 tag:1];

这段代码有什么问题吗?

感谢您的任何帮助。

PS 我已经在 Photoshop 中仔细检查了我的 .png 文件,它在应有的位置正确显示为透明。

I've just begun cocos2d development on the iphone. An issue I'm having is that when I add a CCSprite to my scene, instead of it being transparent around the edges of the .png file, its showing up as white.

So for example, I define the CCSprite in my header file -

 CCSprite *foo;

Then when I initialise my scene -

  foo = [CCSprite spriteWithFile:@"foo.png"];

  [self addChild:player z:0 tag:1];

Is there anything wrong with this code?

Thanks for any help.

P.S. I have double checked my .png file in Photoshop and its correctly showing up as transparent where it should be.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文