Commit e941b45d by BellCodeEditor

save project

parent 457ef53e
Showing with 2 additions and 2 deletions
...@@ -73,8 +73,8 @@ while True: ...@@ -73,8 +73,8 @@ while True:
center[0]-=1 center[0]-=1
elif event.key == locals.K_UP: elif event.key == locals.K_UP:
way +=1 way +=1
if index >= len(shape): if way >= len(shape):
index=0 way=0
current_shape=shape[way] current_shape=shape[way]
# 将背景图画上去 # 将背景图画上去
......
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