Commit 17b8744d by BellCodeEditor

save project

parent e18b4d5e
Showing with 0 additions and 1 deletions
...@@ -50,7 +50,6 @@ color=random.choice(cube_colors) ...@@ -50,7 +50,6 @@ color=random.choice(cube_colors)
current_pos = [] current_pos = []
def check(center): def check(center):
if center[1]<0 or center[1]>14: if center[1]<0 or center[1]>14:
print(11)
return True return True
while True: while True:
for event in pygame.event.get(): for event in pygame.event.get():
......
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