Commit 8a4673e9 by BellCodeEditor

auto save

parent 1dd7b9f7
Showing with 32 additions and 0 deletions
import pygame
import pygame
from pygame import locals
pygame.init()
screen = pygame.display.set_mode((500,500))
bg = pygame.image.load("输出.png")
while True:
for event in pygame.event.get()
if event.type == locals.QUIT:
exit()
screen.blit(bg,(200,200))
pygame.display.update()
import pygame
import pygame
pygame.init()
screen = pygame.display.set_mode((500,500))
bg = pygame.image.load("输出.png")
while True:
for event in pygame.event.get()
if
screen.blit(bg,(200,200))
pygame.image.load()
screen.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment