Commit 331d61c7 by BellCodeEditor

save project

parent 22303b04
Showing with 6 additions and 2 deletions
...@@ -2,4 +2,9 @@ import pygame ...@@ -2,4 +2,9 @@ import pygame
# 初始化pygame,为使用pygame做准备 # 初始化pygame,为使用pygame做准备
pygame.init( ) pygame.init( )
screen=pygame.display.set_mode((660,480)) screen=pygame.display.set_mode((660,480))
\ No newline at end of file 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