I would like to take a sprite from the 'sprites' and put it in the set 'drawables'. I can't append the sprite for some reason. What do I do?

后端 未结 0 986
暖寄归人
暖寄归人 2020-12-19 22:30

#NO PYGAME PLZ

sprites = [pp, l_shape, line, zigzag, square] drawables = set()

def sprite_spawning(): global drawables, sprites if len(drawables) == 0: for spr

相关标签:
回答
  • 消灭零回复
提交回复
热议问题