Commit 807ac737 by BellCodeEditor

save project

parent 7be351cf
Showing with 2 additions and 0 deletions
...@@ -83,6 +83,8 @@ while True: ...@@ -83,6 +83,8 @@ while True:
index =+ 1 index =+ 1
if center > grid_num_width - 1: if center > grid_num_width - 1:
index = old_index index = old_index
count = count + 1
if count %
# 将背景图画上去 # 将背景图画上去
screen.blit(background, (0, 0)) screen.blit(background, (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