Commit ca2cc713 by BellCodeEditor

save project

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