Commit fadec9f7 by BellCodeEditor

auto save

parent b4c444d5
Showing with 5 additions and 1 deletions
......@@ -22,6 +22,7 @@ index = 0
jumpState = "runing"
y = 400
t=30
x=1
while True:
for event in pygame.event.get():
if event.type == locals.QUIT:
......@@ -49,7 +50,10 @@ while True:
wukong = hero[index]
index += 1
if jumpState =="runing":
index += 1
else :
x+=1
if index == 5:
index = 0
......
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