通过在pygame中给出单个sprite的rect.x和rect.y来删除sprite组中的单个sprite

时间:2017-01-21 02:47:27

标签: python pygame sprite

pygame中是否有一个方法通过将sprite的rect.x和rect.y传递给sprite组来删除一个sprite?

例如:single_sprite的{​​{1}}为88,rect.x为112

执行以下操作的方法:rect.y会从组中删除a_sprite_group.remove(88, 112)

我翻过文件,但似乎没有。

0 个答案:

没有答案