Commit d611401c by BellCodeEditor

save project

parent a95e5fcd
Showing with 1 additions and 1 deletions
...@@ -20,7 +20,7 @@ while True: ...@@ -20,7 +20,7 @@ while True:
if event.type == locals.QUIT: if event.type == locals.QUIT:
exit() exit()
#if event.type == locals.KEYDOWN: #if event.type == locals.KEYDOWN:
#y += 30 y += 30
screen.blit(background,(0,0)) screen.blit(background,(0,0))
screen.blit(right,(x,y)) screen.blit(right,(x,y))
screen.blit(body,(210,120)) screen.blit(body,(210,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