Commit 85a282bb by BellCodeEditor

save project

parent cf5f257e
Showing with 3 additions and 3 deletions
......@@ -52,7 +52,7 @@ while True:
if jumpState == "runing":
if event.key == locals.K_SPACE:
jumpState = "up"
wukong = Player(hero[index])
wukong = Player(hero[index])
if jumpState == "runing": # 跑步状态下
index += 1
if index >= 5:
......@@ -113,4 +113,4 @@ while True:
gamestate=False
# 刷新画面
pygame.display.update()
FPS.tick(30)
\ No newline at end of file
FPS.tick(60)
\ 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