Commit 11b6c9a6 by BellCodeEditor

auto save

parent b7cbe054
Showing with 3 additions and 0 deletions
...@@ -5,6 +5,7 @@ x=150 ...@@ -5,6 +5,7 @@ x=150
y=400 y=400
ddd="running" ddd="running"
w=30 w=30
pygame.init() # 初始化 pygame.init() # 初始化
# 创建一个窗口 # 创建一个窗口
pygame.display.set_caption("悟空酷跑") pygame.display.set_caption("悟空酷跑")
...@@ -58,6 +59,8 @@ while True: ...@@ -58,6 +59,8 @@ while True:
pygame.display.update() pygame.display.update()
FPS.tick(60) FPS.tick(60)
RECT=
......
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