gpt4 book ai didi

python - Pygame Sprite 透明度碰撞

转载 作者:太空宇宙 更新时间:2023-11-03 23:55:25 26 4
gpt4 key购买 nike

我想围绕纹理的物理路径创建物理体(切出 alpha channel )。如何在pygame中做到这一点?会有效果吗?

player_idle = pygame.image.load('data\img\player\idle\idle-1.png')

最佳答案

您可以使用mask 模块,尤其是pygame.mask.from_surface()功能:

Creates a Mask object from the given surface by setting all the opaque pixels and not setting the transparent pixels.

然后您可以存储结果 Mask对象作为 mask - 在你的 Sprites 中的属性,例如使用 pygame.sprite.collide_mask()用于像素完美的碰撞检测。

关于python - Pygame Sprite 透明度碰撞,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57886086/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com