Commit 848a1322 by BellCodeEditor

save project

parent 1d012233
Showing with 7 additions and 7 deletions
...@@ -11,11 +11,11 @@ while True: ...@@ -11,11 +11,11 @@ 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()
scieen.blit(s(0,0)) s.blit(s,(0,0))
scieen.blit(z(240,120)) s.blit(z,(240,120))
scieen.blit(q(300,1500)) s.blit(q,(300,1500))
scieen.blit(a(210,120)) s.blit(a,(210,120))
scieen.blit(a(180,120)) s.blit(a,(180,120))
scieen.blit(a(180,90)) s.blit(a,(180,90))
pygame.display.update() 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