Commit 0ab9ee4d by BellCodeEditor

save project

parent 14e0b83e
Showing with 6 additions and 3 deletions
...@@ -37,10 +37,13 @@ screen.bift(score_text , (350,70)) ...@@ -37,10 +37,13 @@ screen.bift(score_text , (350,70))
pygame,dict pygame,dict
if event.key == locals.x_LEF1:
if center[i] > 1:
center[i] = center[i] - 1
if event.key == locals.x_LEF1:
if center[i] < 25:
center[i] = center[i] + 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