Commit bddf822a by BellCodeEditor

save project

parent fbaebf0e
Showing with 5 additions and 3 deletions
...@@ -34,6 +34,10 @@ while True: ...@@ -34,6 +34,10 @@ while True:
t+=2 t+=2
else: else:
s=1 s=1
else:
index+=1
if index>4:
index-=5
for event in pygame.event.get(): for event in pygame.event.get():
if event.type == locals.QUIT: if event.type == locals.QUIT:
# 接收到退出事件后退出程序 # 接收到退出事件后退出程序
...@@ -44,9 +48,7 @@ while True: ...@@ -44,9 +48,7 @@ while True:
s=2 s=2
y=400 y=400
wukong=hero[index] wukong=hero[index]
index+=1
if index>4:
index-=5
# 将背景图画上去 # 将背景图画上去
screen.blit(background, (0, 0)) screen.blit(background, (0, 0))
screen.blit(road, (0, 500)) screen.blit(road, (0, 500))
......
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