Commit a03fb398 by BellCodeEditor

save project

parent be7145a9
Showing with 3 additions and 0 deletions
......@@ -69,6 +69,9 @@ while True:
if event.key == locals.K_d:
center[1]+=1 # 向右dd
if check(center)==False:
if shape==I:
center[1]-=2
else:
center[1]-=1
elif event.key == locals.K_a: # 向左
center[1]-=1 # 向左
......
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