python游戏 不错的哦 class Game(object): MUSIC = 'coherence.ogg' WAIT_NEW_LEVEL = USEREVENT+5 TIME_DISTORTION_FIELD = USEREVENT+6 ORANGE = (130, 40, 0) def __init__(self, screen):