标签: python pygame
我在程序的最开始有一个main while循环,然后在程序中有另一个while循环。但是一旦我的代码进入第二个而真正的循环我的程序崩溃
代码结构:
while True: object.update() #inside the object update function while self.counter < self.player_amount do something