Commit 100db466 by BellCodeEditor

save project

parent 48f83d0d
Showing with 4 additions and 5 deletions
...@@ -16,11 +16,10 @@ while True: ...@@ -16,11 +16,10 @@ while True:
exit() exit()
screen.blit(background,(0,0)) screen.blit(background,(0,0))
screen.blit(body,(240,120)) screen.blit(body,(240,120))
screen.blit(body,(180,90))
screen.blit(body,(180,90)) screen.blit(body,(180,120))
screen.blit(body,()) screen.blit(body,(210,120))
screen.blit(body,(240,120))
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