Why does my game freeze when using pygame.time.wait or pygame.time.delay?

前端 未结 0 1530
無奈伤痛
無奈伤痛 2021-01-18 22:06

I created a small example to explain:

import pygame
pygame.init()

class Player(pygame.sprite.Sprite):
    def __init__(self, color):
        super().__init__         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题