Making the numbers match topic numbers
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
"""Represent the lines of the arena"""
|
||||
|
||||
|
||||
boundary_lines = [
|
||||
[(0,0), (0, 1500)],
|
||||
[(0, 1500), (1500, 1500)],
|
||||
[(1500, 1500), (1500, 500)],
|
||||
[(1500, 500), (1000, 500)],
|
||||
[(1000, 500), (1000, 0)],
|
||||
[(1000, 0), (0, 0)],
|
||||
]
|
||||
Reference in New Issue
Block a user