Commit 24352cc1 by BellCodeEditor

save project

parent f34b2d8c
Showing with 6 additions and 2 deletions
import pygame.image.load('apple.png')
import pygame
# 初始化pygame,为使用pygame做准备
pygame.init()
# 创建一个窗口
scareen=pygamedisplay((800,600))
\ No newline at end of file
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