PyGame零小行星

时间:2019-07-16 09:31:09

标签: python-3.x pygame

我正在用pygame ZERO进行游戏,但我似乎无法让小行星每次都在一个随机的位置生成(但在屏幕顶部)。无论如何,我可以让它随机出现在屏幕上吗?

def update():
    astroid.top += 2
    if astroid.top > HEIGHT:
        astroid.bottom = 0

0 个答案:

没有答案