Commit a95e5fcd by BellCodeEditor

save project

parent 242fc289
Showing with 2 additions and 1 deletions
......@@ -19,7 +19,8 @@ while True:
for event in pygame.event.get():
if event.type == locals.QUIT:
exit()
x += 30
#if event.type == locals.KEYDOWN:
#y += 30
screen.blit(background,(0,0))
screen.blit(right,(x,y))
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