Commit 24352cc1 by BellCodeEditor

save project

parent f34b2d8c
Showing with 5 additions and 0 deletions
import pygame.image.load('apple.png')
import pygame import pygame
# 初始化pygame,为使用pygame做准备 # 初始化pygame,为使用pygame做准备
...@@ -5,3 +7,5 @@ pygame.init() ...@@ -5,3 +7,5 @@ pygame.init()
# 创建一个窗口 # 创建一个窗口
scareen=pygamedisplay((800,600)) scareen=pygamedisplay((800,600))
scareen.blit(breakpoint,(0,0))
scareen.blit(right())
\ 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