# 主循环

# update()

模块主循环只提供了update函数,该函数每秒调用60次。

from cpgzero import *
def update():
    if alien.x < WIDTH / 2:
        alien.x += 1