We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2898f86 commit ccc2303Copy full SHA for ccc2303
sbot/game_specific.py
@@ -7,7 +7,6 @@
7
8
# Marker sizes are in mm
9
MARKER_SIZES: dict[Iterable[int], int] = {
10
- # TODO: FIXME
11
- range(28): 150, # 0 - 27 for arena boundary
12
- range(28, 200): 80, # Everything else is a token
+ range(28): 100, # 0 - 27 for arena boundary
+ range(28, 100): 80, # Everything else is a token
13
}
0 commit comments