Commit ac6ecc17 by BellCodeEditor

save project

parent 960525d3
Showing with 1 additions and 1 deletions
......@@ -21,7 +21,7 @@ while True:
if event.type == locals.QUIT:
exit()
if event.type==locals.KEYDOWN:
if center[1]<15
if center[1]<15:
elif event.key==locals.K.LEET:
if center[1]>1:
center[1]=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