Commit 222f334f by BellCodeEditor

save project

parent bf11a731
Showing with 1 additions and 1 deletions
...@@ -61,7 +61,7 @@ while True: ...@@ -61,7 +61,7 @@ while True:
rect=ob.get_rect() rect=ob.get_rect()
rect.x=1000 rect.x=1000
rect.y=500-rect.height rect.y=500-rect.height
rect.x-=100 rect.x-=20
screen.blit(ob,(rect.x,rect.y)) screen.blit(ob,(rect.x,rect.y))
# 刷新画面 # 刷新画面
pygame.display.update() pygame.display.update()
......
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