Commit 848a1322 by BellCodeEditor

save project

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