Commit 877f2ddd by BellCodeEditor

save project

parent cd3d987a
Showing with 3 additions and 3 deletions
...@@ -53,7 +53,7 @@ while True: ...@@ -53,7 +53,7 @@ while True:
w=r.get_rect() w=r.get_rect()
w.x=1000 w.x=1000
w.y=500-w.height w.y=500-w.height
w.x-=10 w.x-=15
...@@ -70,4 +70,4 @@ while True: ...@@ -70,4 +70,4 @@ while True:
# 刷新画面 # 刷新画面
pygame.display.update() pygame.display.update()
FPS.tick(60) FPS.tick(45)
\ No newline at end of file \ No newline at end of file
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