标签: python-3.x pygame
我正在用pygame ZERO进行游戏,但我似乎无法让小行星每次都在一个随机的位置生成(但在屏幕顶部)。无论如何,我可以让它随机出现在屏幕上吗?
def update(): astroid.top += 2 if astroid.top > HEIGHT: astroid.bottom = 0