Commit 281fefa9 by BellCodeEditor

auto save

parent c6188a1e
Showing with 14 additions and 2 deletions
......@@ -4,4 +4,4 @@ import pygame
pygame.init()
# 创建一个窗口
??
\ No newline at end of file
screen = pygame.display.set_mode((660,480))
\ No newline at end of file
# pygame.display.set_mode() #设置窗口大小
# pygame.display.set_mode() #设置窗口大小
screen = pygame.display.set_mode((660,480))
#pygame.event.get() #获取pygame产生的事件
#渲染图片
#step1载入 pygame.image.load(img)
#step2绘制 pygame.surface.blit(source,dest) #source图像资源 dest坐标位置
#step3画面刷新 pygame.display.update() #需要放到所有的surface.blit()方法后面
# 列表:中括号
# 元组:小括号,一旦创建,内容不能改变
#
\ 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