Commit 91b50415 by BellCodeEditor

auto save

parent d53e4c10
Showing with 4 additions and 1 deletions
...@@ -61,7 +61,10 @@ while True: ...@@ -61,7 +61,10 @@ while True:
if jumpState == "runing": if jumpState == "runing":
if event.key == locals.K_SPACE: if event.key == locals.K_SPACE:
jumpState = "up" jumpState = "up"
text = json.load(jsonData)
print("1:",text["1"])
print("2:",text["2"])
print("3:",text["3"])
# 悟空造型 # 悟空造型
wukong = Player(hero[index]) wukong = Player(hero[index])
if jumpState == "runing": # 跑步状态下 if jumpState == "runing": # 跑步状态下
......
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