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 b82e297 commit 2168e67Copy full SHA for 2168e67
sbot/game_specific.py
@@ -7,6 +7,7 @@
7
8
# Marker sizes are in mm
9
MARKER_SIZES: dict[Iterable[int], int] = {
10
- range(28): 100, # 0 - 27 for arena boundary
11
- range(28, 100): 80, # Everything else is a token
+ # TODO: FIXME
+ range(28): 150, # 0 - 27 for arena boundary
12
+ range(28, 200): 80, # Everything else is a token
13
}
0 commit comments