📜  如何在 pygame 中制作屏幕 - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:41.278000             🧑  作者: Mango

代码示例2
so here i will be giving the most basic and most easy method

import pygame
# initialize pygame
pygame.init()
screen = pygame.display.set_mode((1370, 710))
#1370,710 gives a full screen