Commit 99f7f8ce by BellCodeEditor

save project

parent 4e096444
Showing with 1 additions and 1 deletions
......@@ -50,7 +50,7 @@ while True:
(cube[1]*20-20,cube[0]*20-20,grid_size,grid_size),0)
pygame.draw.rect(screen,(255,255,255),
(center[1]*20-20,center[0]*20-20,grid_size,grid_size),1)
(cube[1]*20-20,cube[0]*20-20,grid_size,grid_size),1)
#pygame.draw.rect(screen,(255,0,0),(140,20,20,20),0)
#pygame.draw.rect(screen,(255,255,255),(140,20,20,20),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