Commit 3b3ac8bd by BellCodeEditor

save project

parent 5c15066d
Showing with 2 additions and 2 deletions
...@@ -73,8 +73,8 @@ while True: ...@@ -73,8 +73,8 @@ while True:
if center[0] < 25: if center[0] < 25:
center[0] += 1 center[0] += 1
elif event.key == locals.K_UP: elif event.key == locals.K_UP:
input += 1 index += 1
if index >= len(shape) if index >= len(shape):
index = 0 index = 0
current_shape = shape[index] current_shape = shape[index]
......
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