Commit a79c3974 by BellCodeEditor

save project

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