Commit c2a2676d by BellCodeEditor

save project

parent 5cd56acd
Showing with 1 additions and 1 deletions
......@@ -63,7 +63,7 @@ while True:
if event.type == locals.QUIT:
exit()
if event.type == locals.KEYDOWN:
if gameover=True:
if gameover==True:
gameover=False
if event.key == locals.K_a: # 向左
center[1] = center[1] - 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