Commit 74f9fb14 by BellCodeEditor

auto save

parent afa8df48
Showing with 1 additions and 2 deletions
......@@ -87,7 +87,7 @@ while True:
if check(center) == False:
index = old_index
current_shape = shape[index]
while GO:
if states == False:
states = True
center = [2, 8] # 第2行第8列
......@@ -127,7 +127,6 @@ while True:
pygame.draw.rect(screen,colors,((j-1)*20,(i-1)*20,20,20))
pygame.draw.rect(screen,(255,255,255),((j-1)*20,(i-1)*20,20,20),1)
if num_list[1][7]!=0:
print(111)
GO=True
text= font.render('What the ****,I\'m lose!', True, (0, 0, 0))
screen.blit(text,(0,100))
......
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