Pygame - 在动画精灵上调用 surface.convert() 会导致透明背景变成白色

发布于 2024-09-16 11:46:45 字数 211 浏览 11 评论 0原文

每个人都说在表面上使用 .convert() 来加速动画(这对我的游戏来说是一个问题,因为它在某种程度上是一个 MMO,所以它可能有十几个或几十个)字符同时移动),问题是我的透明 PNG 图像在没有转换的情况下工作得很好,但是一旦我使用 .convert() 所有透明背景突然变成白色

我需要采样吗颜色并使用 color_key 使其透明?

Everyone says to use .convert() on surfaces to speed up animations (which will be an issue with my game because it will be an MMO to some extent, so it might have a dozen or a couple dozen characters moving at the same time), the problem is that my transparent PNG images work great without convert but as soon as I use .convert() all of the transparent backgrounds suddenly become white

Do I need to sample the color and make it transparent using color_key?

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文