why can't set caption without pygame.display.update() outside of while True?

后端 未结 0 681
隐瞒了意图╮
隐瞒了意图╮ 2021-01-28 12:27

#pygame 2.0.1 (SDL 2.0.14, Python 3.8.5)

import pygame
import sys

pygame.init()
screen = pygame.display.set_mode((1200,800))
pygame.display.set_caption("tes         


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