发布网友
共1个回答
热心网友
for event in pygame.event.get(): # 响应用户的偶然操作
if event.type == QUIT:
if choice([True, False]):
bomb_supply.reset()
else:
bullet_supply.reset()