Commit cd9abdf9 by BellCodeEditor

auto save

parent 0ef37b63
Showing with 4 additions and 1 deletions
......@@ -34,7 +34,10 @@ while True:
if event.key == locals.K_DOWN:
if center[0] < 25:
center[0]=center[0]+1
center[0]=center[0]
pygame.draw.rect(Surface,(225,0,0),(120,20,20),width=0)
pygame.draw.rect(Surface,(225,225,225,),())
# 将背景图画上去
screen.blit(background,(0,0))
......
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