Commit 43597ace by BellCodeEditor

save project

parent 1bab56d1
Showing with 1 additions and 1 deletions
...@@ -37,7 +37,7 @@ while True: ...@@ -37,7 +37,7 @@ while True:
# 得分 # 得分
j=[] j=[]
for wz in cai: for wz in cai:
aa=(j[0]+cai[0],j[1]+cai[1]) aa=(wz[0]+cai[0],wz[1]+cai[1])
j.append(aa) j.append(aa)
# 刷新画面 # 刷新画面
ss=font.render(str(score),True,(0,0,0)) ss=font.render(str(score),True,(0,0,0))
......
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