Commit 0aa55482 by BellCodeEditor

auto save

parent 85d900a7
Showing with 8 additions and 2 deletions
\ No newline at end of file
import pygame#导模
from pygame import locals
pygame.init()
screen=pygame.display.set_mode((1000,1000))绘窗
ph=pygame.image.load("文件名")
screen.blit(ph,(坐标点))#绘
pygame.display.update()#更
\ No newline at end of file
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