Commit 331d61c7 by BellCodeEditor

save project

parent 22303b04
Showing with 5 additions and 0 deletions
......@@ -3,3 +3,8 @@ import pygame
# 初始化pygame,为使用pygame做准备
pygame.init( )
screen=pygame.display.set_mode((660,480))
screen.blit(background,(00))
screen.blit(right,(240,120))
scree.blit(body,(0))
screen.blit(body,(00))
screen.blit(foof,(00))
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