Add missing table
This commit is contained in:
parent
68a554e57e
commit
1f9ee15a72
2
main.py
2
main.py
@ -48,7 +48,7 @@ if __name__ == "__main__":
|
|||||||
|
|
||||||
if event.key == pygame.K_m:
|
if event.key == pygame.K_m:
|
||||||
|
|
||||||
tabPos = [[1, 2], [1, 5], [1, 8], [5, 8], [8, 2], [8, 5], [8, 8], [12, 3], [12, 7]]
|
tabPos = [[1, 2], [1, 5], [1, 8], [5, 4], [5, 8], [8, 2], [8, 5], [8, 8], [12, 3], [12, 7]]
|
||||||
rand = randrange(8)
|
rand = randrange(8)
|
||||||
|
|
||||||
if not [waiter.X, waiter.Y] in tabPos or go == 0:
|
if not [waiter.X, waiter.Y] in tabPos or go == 0:
|
||||||
|
Loading…
Reference in New Issue
Block a user