Commit 5acdf2e9 by BellCodeEditor

save project

parent bdc1e8f3
Showing with 11 additions and 10 deletions
...@@ -9,16 +9,17 @@ while True: ...@@ -9,16 +9,17 @@ while True:
for event in pygame.event.get(): for event in pygame.event.get():
if event.type==locals.QUIT: if event.type==locals.QUIT:
exit() exit()
b=pygame.image load('dog.png')
z=pygame.image load('dog.png')
p=pygame.image load('dog.png')
f=pygame.image load('dog.png')
dog.bitt(b,(0,0))
dog.bitt(z,(240,120))
dog.bitt(p,(210,120))
dog.bitt(p,(180,120))
dog.bitt(p,(180,90))
dog.bitt(f,(360,300))
pygame.display.update()
......
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