Commit ffd3c6a2 by BellCodeEditor

save project

parent fc9aaf36
Showing with 1 additions and 1 deletions
...@@ -25,7 +25,7 @@ while True: ...@@ -25,7 +25,7 @@ while True:
if cen[0]<15: if cen[0]<15:
cen[0]+=1 cen[0]+=1
elif event.key == locals.K_LEFT: elif event.key == locals.K_LEFT:
if cen[0]>0: if cen[0]>1:
cen[0]-=1 cen[0]-=1
elif event.key == locals.K_DOWN: elif event.key == locals.K_DOWN:
if cen[1]<25: if cen[1]<25:
......
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