Commit 0fa1263f by BellCodeEditor

save project

parent 63e65e5b
Showing with 4 additions and 3 deletions
......@@ -13,9 +13,10 @@ while True:
if a.type==pygame.locals.QUIT:
exit()
D.blit(A,(0,0))
D.blit(C,(10,100))
D.blit(Z,(200,50))
pygame.display.updat()
D.blit(C,(30,30))
D.blit(Z,(60,30))
pygame.display.updat()
......
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