Commit 403b70d3 by BellCodeEditor

auto save

parent c3ddf90f
Showing with 1 additions and 1 deletions
......@@ -45,7 +45,7 @@ while True:
curr_pos.append(aa)
# 得分
for cube in curr_pos:
pygame.draw.rect(screen,(251,255,242),(cube[1]*20-20,cube[0]*20-20,grid_size,grid_size),0)
pygame.draw.rect(screen,(88,87,86),(cube[1]*20-20,cube[0]*20-20,grid_size,grid_size),0)
pygame.draw.rect(screen,(255,255,255),(cube[1]*20-20,cube[0]*20-20,grid_size,grid_size),1)
score_text=font.render(str(score),True,(0,0,0))
screen.blit(score_text,(350,70))
......
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